CurryInfo: property-prover-2.0.0 / TransState.getAssertion

definition:
getAssertion :: TransStateM SMT.Term
getAssertion = get >>= return . cAssertion
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Gets the current assertion stored in the state.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getAssertion
precedence:
no precedence defined
result-values:
_
signature:
Control.Monad.Trans.State.StateT TransState (Control.Monad.Trans.State.StateT VerifierState.VState Prelude.IO) Language.SMTLIB.Types.Term
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms