CurryInfo: icurry-3.2.0 / FlatCurry.CaseCompletion.allConsProg

definition:
allConsProg :: Prog -> [QName]
allConsProg (Prog _ _ _ funs _) = unionMap allConsFun funs
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Get all constructors occurring in case expressions in a FlatCurry program.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Prog}) |-> _}
name:
allConsProg
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.Prog -> [(String, String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms