CurryInfo: icurry-3.2.0 / FlatCurry.CaseCompletion.allConsFun

definition:
allConsFun :: FuncDecl -> [QName]
allConsFun (Func _ _ _ _ (External _)) = []
allConsFun (Func _ _ _ _ (Rule _ exp)) = allConsExp exp
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- AllCons all nested cases in a FlatCurry function.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Func}) |-> _}
name:
allConsFun
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.FuncDecl -> [(String, String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms