CurryInfo: verify-non-fail-2.0.0 / Verify.ProgInfo.arityOfCons

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