Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. EnumDecl :: EnumTypeRef -> TagFwdDecl

    language-c Language.C.Analysis.DefTable

    No documentation available.

  2. EnumDef :: EnumType -> TagDef

    language-c Language.C.Analysis.SemRep

    No documentation available.

  3. data EnumType

    language-c Language.C.Analysis.SemRep

    Representation of C enumeration types

  4. EnumType :: SUERef -> [Enumerator] -> Attributes -> NodeInfo -> EnumType

    language-c Language.C.Analysis.SemRep

    EnumType name enumeration-constants attrs node
    

  5. data EnumTypeRef

    language-c Language.C.Analysis.SemRep

    No documentation available.

  6. EnumTypeRef :: SUERef -> NodeInfo -> EnumTypeRef

    language-c Language.C.Analysis.SemRep

    No documentation available.

  7. data Enumerator

    language-c Language.C.Analysis.SemRep

    An Enumerator consists of an identifier, a constant expressions and the link to its type

  8. Enumerator :: Ident -> Expr -> EnumType -> NodeInfo -> Enumerator

    language-c Language.C.Analysis.SemRep

    No documentation available.

  9. EnumeratorDef :: Enumerator -> IdentDecl

    language-c Language.C.Analysis.SemRep

    definition of an enumerator

  10. EnumDecln :: Maybe Ident -> NonEmpty Ident -> TypeSpec

    language-c99-simple Language.C99.Simple.AST

    No documentation available.

Page 33 of many | Previous | Next