CurryInfo: call-analysis-3.2.0 / Dependency.funcsInExpr

definition:
funcsInExpr :: Expr -> [QName]
funcsInExpr e = toList (funcSetOfExpr e)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Gets a list of all functions (including partially applied functions)
-- called in an expression:
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
funcsInExpr
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.Expr -> [(String, String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term