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

definition:
modify :: (SMTSession -> SMTSession) -> SMT ()
modify f = SMT $ \s -> return ((), f s)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Modify an SMT session by applying the given function
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
modify
precedence:
no precedence defined
result-values:
_
signature:
(SMTSession -> SMTSession) -> SMT ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms