lean4-htt/tests/lean/sanitizeMacroScopes.lean
2020-10-25 09:16:38 -07:00

6 lines
100 B
Text

macro "m" x:term : term => `(fun x => $x)
set_option trace.Elab.step true in
#check fun x => m x