definition:
|
evalSessions :: SMTSolver -> SMTOpts -> SMTSess a -> IO a
evalSessions = evalSessionsImpl
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Evaluate SMT sessions by applying given solver and options
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {evalSessionsImpl}}
|
name:
|
evalSessions
|
precedence:
|
no precedence defined
|
result-values:
|
{evalSessionsImpl}
|
signature:
|
Solver.SMTLIB.Types.SMTSolver -> Solver.SMTLIB.Types.SMTOpts
-> Solver.SMTLIB.Internal.Interaction.SMTSess a -> Prelude.IO a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|