3 lines
135 B
Text
3 lines
135 B
Text
syntax "foo" term <|> "bar" term : term -- should not compile
|
|
set_option trace.Elab.command true
|
|
syntax "foo" ("*" <|> term,+) : term
|