chore: fix test
This commit is contained in:
parent
647b917b49
commit
9519479726
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ open Lean
|
|||
|
||||
partial def expandHash : Syntax → StateT Bool MacroM Syntax
|
||||
| Syntax.node k args =>
|
||||
if k == `doHash then do set true; `(←MonadState.get)
|
||||
if k == `doHash then do set true; `(←HasGet.get)
|
||||
else do
|
||||
args ← args.mapM expandHash;
|
||||
pure $ Syntax.node k args
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue