definition: |
consArity :: CConsDecl -> Int consArity (CCons _ _ tes) = length tes consArity (CRecord _ _ fds) = length fds |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the amount of arguments of a given type constructor |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CCons}) |-> _ || ({CRecord}) |-> _} |
name: |
consArity |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
AbstractCurry.Types.CConsDecl -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |