CurryInfo: property-prover-2.0.0 / TransState.addToAssertion

definition:
addToAssertion :: SMT.Term -> TransStateM ()
addToAssertion formula = do
  st <- get
  put $ st { cAssertion = tand [cAssertion st, formula] }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Add a formula to the current assertion in the state by conjunction.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
addToAssertion
precedence:
no precedence defined
result-values:
_
signature:
Language.SMTLIB.Types.Term
-> Control.Monad.Trans.State.StateT TransState (Control.Monad.Trans.State.StateT VerifierState.VState Prelude.IO) ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms