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

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