chore: update toolchain
parent
ea66f7f243
commit
9a6bf85588
|
@ -142,7 +142,8 @@ def prettyPrintTerm (expr : Expr) : MetaM CodeWithInfos := do
|
||||||
options := ← getOptions
|
options := ← getOptions
|
||||||
currNamespace := ← getCurrNamespace
|
currNamespace := ← getCurrNamespace
|
||||||
openDecls := ← getOpenDecls
|
openDecls := ← getOpenDecls
|
||||||
fileMap := default
|
fileMap := default,
|
||||||
|
ngen := ← getNGen
|
||||||
}
|
}
|
||||||
pure $ tagExprInfos ctx infos tt
|
pure $ tagExprInfos ctx infos tt
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
leanprover/lean4:nightly-2022-04-04
|
leanprover/lean4:nightly-2022-04-16
|
||||||
|
|
Loading…
Reference in New Issue