7 lines
147 B
Text
7 lines
147 B
Text
macro x:ident noWs "(" ys:term,* ")" : term => `($x $ys*)
|
|
|
|
#check id(1)
|
|
|
|
macro "foo" &"only" : tactic => `(trivial)
|
|
|
|
example : True := by foo only
|