Skip to content

Commit

Permalink
merge #81
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 26, 2023
2 parents 2aa8e53 + acbff8d commit ddff160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aesop/Search/Main.lean
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def handleFatalError (e : Exception) : SearchM Q α := do

partial def searchLoop : SearchM Q (Array MVarId) :=
withIncRecDepth do
checkMaxHeartbeats "aesop"
checkSystem "aesop"
if let (some err) ← checkRootUnprovable then
handleNonfatalError err
else if ← finishIfProven then
Expand Down

0 comments on commit ddff160

Please sign in to comment.