CurryInfo: contract-prover-4.0.0 / ContractProver.setAssertion

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