chore: update function name
This commit is contained in:
parent
ea45c6a9c5
commit
7cfd3f13ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue