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

definition:
getExpandedConditionWithConj :: TermDomain a => Expr -> VerifyStateM a Expr
getExpandedConditionWithConj conj = do
  st <- get
  return $ expandExpr (vstVarExp st) (vstCondition st conj)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Gets the expanded current branch condition where a conjunct has been added.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
getExpandedConditionWithConj
precedence:
no precedence defined
result-values:
_
signature:
Analysis.TermDomain.TermDomain a => FlatCurry.Types.Expr
-> Control.Monad.Trans.State.StateT (VerifyState a) Prelude.IO FlatCurry.Types.Expr
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms