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

definition:
evalSess :: SMTSess a -> SMT a
evalSess smtSess = do
  s <- get
  runSMTSess smtSess s >>= \(r, s') -> put s' >> return r
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Evaluate multiple SMT sessions
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
evalSess
precedence:
no precedence defined
result-values:
_
signature:
SMTSess a -> SMT a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms