We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7897518 commit f0a8d83Copy full SHA for f0a8d83
booster/library/Booster/SMT/Interface.hs
@@ -62,7 +62,6 @@ throwUnknown reason premises preds = throw $ SMTSolverUnknown reason premises pr
62
smtTranslateError :: Text -> a
63
smtTranslateError = throw . SMTTranslationError
64
65
-
66
{- | Start and initialise an SMT solver instance for use in rewriting:
67
- translate the sort declarations from @KoreDefiniton@ to SMT
68
- start the solver process
0 commit comments