chore: update stage0

This commit is contained in:
Leonardo de Moura 2022-10-26 06:52:21 -07:00
parent 1216f5e658
commit 6211de92f0
2 changed files with 980 additions and 845 deletions

View file

@ -171,6 +171,9 @@ partial def collect (stx : Syntax) : M Syntax := withRef stx <| withFreshMacroSc
let lhs ← collect stx[2]
let rhs ← collect stx[3]
return stx.setArg 2 lhs |>.setArg 3 rhs
else if k == ``Lean.Parser.Term.unop then
let arg ← collect stx[2]
return stx.setArg 2 arg
else if k == ``Lean.Parser.Term.inaccessible then
return stx
else if k == strLitKind then

File diff suppressed because it is too large Load diff