CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.isConsPartCall

definition:
isConsPartCall :: AExpr _ -> Bool
isConsPartCall e = isComb e && isCombTypeConsPartCall (combType e)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- is expression a partial constructor call?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
isConsPartCall
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Annotated.Types.AExpr a -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms