Zulip Chat Archive
Stream: lean4
Topic: lean implicits
Oleg M (Feb 15 2023 at 10:49):
Where can I read about Lean's implementation of implicits? I saw a paper on typeclasses, but, sadly, couldn't find anything very descriptive for implicits.
Thank you very much for answering.
Mario Carneiro (Feb 15 2023 at 11:11):
Modulo a lot of technical details, the basic algorithm by which implicit arguments and metavariables generally are solved is called (first-order) unification. See https://en.wikipedia.org/wiki/Unification_(computer_science)
Oleg M (Feb 15 2023 at 11:58):
Thank you!
Last updated: Dec 20 2023 at 11:08 UTC