CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.isFuncCall

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