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

7 lines
65 B
Text

macro m n:ident : command => `(def $n := 1)
m foo
#check foo