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

definition:
 
evalSession :: SMT a -> SMTSess a
evalSession smt = do
  s         <- getSess
  (res, s') <- liftIOA $ runSMT smt s
  putSess s'
  return res
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Evaluate a singe SMT session
(i.e. lift SMT action to Session monad and thread session)
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 evalSession
precedence:
 no precedence defined
result-values:
 _
signature:
 SMT a -> SMTSess a
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 reducible on all ground data terms