chore: update toolchain

main
Henrik Böving 2022-04-19 20:18:28 +02:00
parent ea66f7f243
commit 9a6bf85588
2 changed files with 3 additions and 2 deletions

View File

@ -142,7 +142,8 @@ def prettyPrintTerm (expr : Expr) : MetaM CodeWithInfos := do
options := ← getOptions
currNamespace := ← getCurrNamespace
openDecls := ← getOpenDecls
fileMap := default
fileMap := default,
ngen := ← getNGen
}
pure $ tagExprInfos ctx infos tt

View File

@ -1 +1 @@
leanprover/lean4:nightly-2022-04-04
leanprover/lean4:nightly-2022-04-16