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

definition:
liftSMT :: SMT a -> SMTSess a
liftSMT smt = SMTSess $ \s -> smt >>= (\x -> return (x, s))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Lift an SMT action to the SMT session monad
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
liftSMT
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