lean4-htt/tests/lean/antiquotRecovery.lean
2022-04-27 10:41:27 +02:00

5 lines
184 B
Text

syntax "foo " (" bar " ident)? : tactic
macro_rules
-- should not complain about `$id` not being a valid command and create a snapshot for it
| `(tactic| foo $[bar $id]) => sorry