chore: update stage0
This commit is contained in:
parent
f6651605d0
commit
47bb80a277
2 changed files with 332 additions and 333 deletions
3
stage0/src/Lean/Elab/Quotation.lean
generated
3
stage0/src/Lean/Elab/Quotation.lean
generated
|
|
@ -114,8 +114,7 @@ private partial def quoteSyntax : Syntax → TermElabM Syntax
|
|||
| none => Array.empty)
|
||||
| _ =>
|
||||
let arr ← ids[:ids.size-1].foldrM (fun id arr => `(Array.zip $id $arr)) ids.back
|
||||
let tuple ← mkTuple ids
|
||||
`(Array.map (fun $tuple => $(inner[0])) $arr)
|
||||
`(Array.map (fun $(← mkTuple ids) => $(inner[0])) $arr)
|
||||
let arr ←
|
||||
if k == `sepBy then
|
||||
`(mkSepArray $arr (mkAtom $(getSepFromSplice arg)))
|
||||
|
|
|
|||
662
stage0/stdlib/Lean/Elab/Quotation.c
generated
662
stage0/stdlib/Lean/Elab/Quotation.c
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue