CurryInfo: icurry-3.2.0 / FlatCurry.CaseCompletion.allConsFun

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