CurryInfo: contract-prover-4.0.0 / ContractProver.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.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
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