CurryInfo: nonstrictunif-optimize-3.0.0 / CurryBrowseAnalysis.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