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

definition: Info
 
infoOfCons :: [(QName,ConsInfo)] -> QName -> ConsInfo
infoOfCons consinfos qc@(mn,cn) =
  maybe (error $ "No info for constructor '" ++ mn ++ "." ++ cn ++ "' found!")
        id
        (lookup qc consinfos)
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Gets the the information about a given constructor name.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,)}) |-> _}
name: Info
 infoOfCons
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [((String, String), (Prelude.Int, ConsType, [((String, String), Prelude.Int)]))]
-> (String, String)
-> (Prelude.Int, ConsType, [((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