lean4-htt/tests/lean/586.lean
2021-07-30 07:17:50 -07:00

13 lines
153 B
Text

open Nat in
macro "foo" : command => `(
#check zero
#check ``succ)
foo
macro "bar" : command => `(
#check zero
#check ``succ)
open Nat in
bar