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

definition:
liftIO2SMT :: IO a -> SMT a
liftIO2SMT io = SMT $ \s -> io >>= (\x -> return (x, s))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Lift an IO action to the SMT monad
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
liftIO2SMT
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO a -> SMT a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms