CurryInfo: cass-analysis-4.0.0 / Analysis.HigherOrder.hiOrdCons

definition:
hiOrdCons :: Analysis Order
hiOrdCons =  simpleConstructorAnalysis "HiOrderConstr" orderOfConsDecl
 where
   orderOfConsDecl (Cons _ _ _ typeExprs) _ =
     foldr hoOr FO (map orderOfTypeExpr typeExprs)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {SimpleConstructorAnalysis}}
name:
hiOrdCons
precedence:
no precedence defined
result-values:
{SimpleConstructorAnalysis}
signature:
Analysis.Types.Analysis Order
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms