You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log.logMessage ("Successfully initialised SMT solver with "<> (Text.pack .show$ smtOptions))
103
104
pure ctxt
104
105
@@ -130,7 +131,7 @@ hardResetSolver = do
130
131
liftIO $do
131
132
writeIORef solverRef solver
132
133
writeIORef ctxt.solverClose $Backend.close handle
133
-
checkPrelude
134
+
runPrelude NoCheckSMTPrelude
134
135
135
136
--| Retry the action `cb`, first decreasing the retry counter and increasing the timeout limit, unless the retry limit has already been reached, in which case call `onTimeout`
136
137
retry::Log.LoggerMIOio=>SMTioa->SMTioa->SMTioa
@@ -155,21 +156,28 @@ translatePrelude def =
155
156
throwSMT $"Unable to translate elements of the definition to SMT: "<> err
0 commit comments