chore: update function name

This commit is contained in:
Leonardo de Moura 2020-01-17 17:48:18 -08:00
parent ea45c6a9c5
commit 7cfd3f13ca

View file

@ -168,7 +168,7 @@ fun stx => do
trace `Elab stx $ fun _ => d;
withMacroExpansion stx $ elabCommand d
@[builtinCommandElab «macro_rules»] def elabMacro : CommandElab :=
@[builtinCommandElab «macro_rules»] def elabMacroRules : CommandElab :=
adaptExpander $ fun stx => match_syntax stx with
| `(macro_rules $alts*) => do
-- TODO: clean up with matchAlt quotation