CurryInfo: nonstrictunif-optimize-3.0.0 / CurryBrowseAnalysis.Dependency.funcsInExpr

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