Zulip Chat Archive
Stream: lean4
Topic: Help compiling simple finally tagless DSL
Mario Carneiro (Jan 14 2022 at 10:54):
/me moved the conversation so the link above is now dead
Alexander Bentkamp (Jan 14 2022 at 15:57):
https://leanprover.github.io/lean4/doc/autobound.html
"any unbound identifier is automatically added as an implicit argument if it is a single lower case or greek letter"
Alexander Bentkamp (Jan 14 2022 at 15:57):
Apparently you can switch the feature off with set_option autoBoundImplicitLocal false
if you don't like it.
Last updated: Dec 20 2023 at 11:08 UTC