definition: |
arityOfCons :: [(QName,ConsInfo)] -> QName -> Int arityOfCons consinfos qc@(mn,_) | null mn = 0 -- literal | otherwise = fst3 (infoOfCons consinfos qc) |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Gets the arity of a constructor from information about all constructors. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{(,)}) |-> _} |
name: |
arityOfCons |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[((String, String), (Prelude.Int, ConsType, [((String, String), Prelude.Int)]))] -> (String, String) -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |