lean4-htt/tests/lean/namelit.lean
2021-05-19 09:21:52 +02:00

14 lines
290 B
Text

set_option pp.notation false
#check `foo
#check `foo.bla
#check `«foo bla»
#check `«foo bla».«hello world»
#check `«foo bla».boo.«hello world»
#check `foo.«hello»
macro "dummy1" : term => `(`hello)
macro "dummy2" : term => `(`hello.«world !!!»)
#check dummy1
#check dummy2