CurryInfo: failfree-4.0.0 / Main.setAssertion

definition:
setAssertion :: Term -> TransStateM ()
setAssertion formula = do
  st <- get
  put $ st { cAssertion = formula }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Sets the current assertion in the state.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
setAssertion
precedence:
no precedence defined
result-values:
_
signature:
ESMT.Term -> Control.Monad.Trans.State.StateT TransState Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms