CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.consArity

definition:
consArity :: ConsDecl -> Int
consArity = trCons (\_ arity _ _ -> arity)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- get arity of constructor declaration
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {trCons}}
name:
consArity
precedence:
no precedence defined
result-values:
{trCons}
signature:
FlatCurry.Types.ConsDecl -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms