Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. unSVGAnimatedEnumeration :: SVGAnimatedEnumeration -> JSVal

    jsaddle-dom JSDOM.Types

    No documentation available.

  2. exportEnumType :: EnumType -> [CTypeSpec]

    language-c Language.C.Analysis.Export

    No documentation available.

  3. exportEnumTypeDecl :: EnumTypeRef -> [CTypeSpec]

    language-c Language.C.Analysis.Export

    No documentation available.

  4. exportEnumTypeRef :: EnumType -> [CTypeSpec]

    language-c Language.C.Analysis.Export

    No documentation available.

  5. TyEnum :: EnumTypeRef -> TypeName

    language-c Language.C.Analysis.SemRep

    No documentation available.

  6. typeOfEnumDef :: EnumType -> TypeName

    language-c Language.C.Analysis.SemRep

    return the type of an enum definition

  7. handleEnumeratorDef :: (MonadCError m, MonadSymtab m) => Enumerator -> m ()

    language-c Language.C.Analysis.TravMonad

    No documentation available.

  8. type CEnum = CEnumeration NodeInfo

    language-c Language.C.Syntax.AST

    C enumeration specifier (K&R A8.4, C99 6.7.2.2) CEnum identifier enumerator-list attrs represent as enum specifier

    • Either the identifier or the enumerator-list (or both) have to be present.
    • If enumerator-list is present, it has to be non-empty.
    • The enumerator list is of the form (enumeration-constant, enumeration-value?), where the latter is an optional constant integral expression.
    • attrs is a list of attribute annotations associated with the enumeration specifier

  9. CEnum :: Maybe Ident -> Maybe [(Ident, Maybe (CExpression a))] -> [CAttribute a] -> a -> CEnumeration a

    language-c Language.C.Syntax.AST

    No documentation available.

  10. CEnumType :: CEnumeration a -> a -> CTypeSpecifier a

    language-c Language.C.Syntax.AST

    Enumeration specifier

Page 289 of many | Previous | Next