fix(repl): Elaborate with errToSorry as false by default #187

Open
aniva wants to merge 1 commits from repl/elab-option into dev
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 14b74b612d - Show all commits

View File

@ -81,6 +81,7 @@ def liftTermElabM { α } (termElabM: Elab.TermElabM α) (levelNames : List Name
: EMainM α := do
let scope := (← get).scope
let context := {
errToSorry := false,
isNoncomputableSection := scope.isNoncomputable,
}
let state := {