CurryInfo: smtlib-solver-3.0.0 / Solver.SMTLIB.Internal.Interaction.evalSMT

definition:
evalSMT :: SMT a -> SMTSession -> IO a
evalSMT smt s = runSMT smt s >>= return . fst
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Evaluate an SMT action
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
evalSMT
precedence:
no precedence defined
result-values:
_
signature:
SMT a -> SMTSession -> Prelude.IO a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms