chore: update stage0
This commit is contained in:
parent
1216f5e658
commit
6211de92f0
2 changed files with 980 additions and 845 deletions
3
stage0/src/Lean/Elab/PatternVar.lean
generated
3
stage0/src/Lean/Elab/PatternVar.lean
generated
|
|
@ -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
|
||||
|
|
|
|||
1822
stage0/stdlib/Lean/Elab/PatternVar.c
generated
1822
stage0/stdlib/Lean/Elab/PatternVar.c
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue