Merge pull request 'fix(repl): Elaborate with `errToSorry` as false by default' (#187) from repl/elab-option into dev

Reviewed-on: #187
This commit is contained in:
Leni Aniva 2025-05-01 09:00:02 -07:00
commit 0a987174bc
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 := {