CurryInfo: verify-non-fail-2.0.0 / Main.addConjunct

definition:
addConjunct :: TermDomain a => Expr -> VerifyStateM a ()
addConjunct exp = do
  st <- get
  put $ st { vstCondition = \c -> (vstCondition st) (fcAnd exp c) }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Adds a conjunct to the current condition.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
addConjunct
precedence:
no precedence defined
result-values:
_
signature:
Analysis.TermDomain.TermDomain a => FlatCurry.Types.Expr
-> Control.Monad.Trans.State.StateT (VerifyState a) Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term