lean4-htt/tests/lean/run/1124.lean
Sebastian Ullrich 3a56db2812 chore: fix tests
2022-06-27 22:37:02 +02:00

5 lines
146 B
Text

open Lean
syntax "foo" (ident ident)? : term
variable (x y : Option (TSyntax identKind))
example : MacroM Syntax := `(foo $[$x:ident $y:ident]?)