lean4-htt/tests/lean/run/manyAritySyntax.lean
2021-09-05 16:58:49 -07:00

3 lines
144 B
Text

syntax "enum'" ident " where " ("|" ident)* : command
macro_rules
| `(enum' $id where $[| $ids ]*) =>`(inductive $id where $[| $ids:ident ]*)