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

definition:
execSMT :: SMT a -> SMTSession -> IO SMTSession
execSMT smt s =
  runSMT smt s >>= return . snd
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Execute an SMT action
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
execSMT
precedence:
no precedence defined
result-values:
_
signature:
SMT a -> SMTSession -> Prelude.IO SMTSession
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms