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

definition:
getVarExps :: TermDomain a => VerifyStateM a [(Int,TypeExpr,Expr)]
getVarExps = fmap vstVarExp get
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Sets the types and expressions for variables.
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
getVarExps
precedence:
no precedence defined
result-values:
_
signature:
Analysis.TermDomain.TermDomain a => Control.Monad.Trans.State.StateT (VerifyState a) Prelude.IO [(Prelude.Int, FlatCurry.Types.TypeExpr, FlatCurry.Types.Expr)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms