lean4-htt/tests/lean/sanitizeMacroScopes.lean
2020-09-29 07:59:22 -07:00

6 lines
112 B
Text

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