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

Merged
aniva merged 1 commits from repl/elab-option into dev 2025-05-01 09:00:04 -07:00
1 changed files with 1 additions and 0 deletions

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 := {