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

definition:
getExpandedCondition :: TermDomain a => VerifyStateM a Expr
getExpandedCondition = do
  st <- get
  return $ expandExpr (vstVarExp st) (vstCondition st fcTrue)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Gets the expanded current branch condition.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
getExpandedCondition
precedence:
no precedence defined
result-values:
_
signature:
Analysis.TermDomain.TermDomain a => 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