lean4-htt/tests/lean/namelit.lean
Leonardo de Moura 364bb7bdf7 fix: proper Name literals
cc @kha
2020-01-24 12:38:15 -08:00

14 lines
270 B
Text

new_frontend
#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