fix: antiquotation splices early in bootstrapping
This commit is contained in:
parent
3d9e587862
commit
faedfbe651
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ private partial def quoteSyntax : Syntax → TermElabM Syntax
|
|||
`(mkSepArray $arr (mkAtom $(getSepFromSplice arg)))
|
||||
else pure arr
|
||||
let arr ← bindLets arr
|
||||
args := args.append arr
|
||||
args := args.append (appendName := appendName) arr
|
||||
else do
|
||||
let arg ← quoteSyntax arg
|
||||
args := args.push arg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue