Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. newtype IDBVersionChangeEvent

    jsaddle-dom JSDOM.Types

    Functions for this inteface are in JSDOM.IDBVersionChangeEvent. Base interface functions are in:

    Mozilla IDBVersionChangeEvent documentation

  2. IDBVersionChangeEvent :: JSVal -> IDBVersionChangeEvent

    jsaddle-dom JSDOM.Types

    No documentation available.

  3. newtype IDBVersionChangeEventInit

    jsaddle-dom JSDOM.Types

    Functions for this inteface are in JSDOM.IDBVersionChangeEventInit. Base interface functions are in:

    Mozilla IDBVersionChangeEventInit documentation

  4. IDBVersionChangeEventInit :: JSVal -> IDBVersionChangeEventInit

    jsaddle-dom JSDOM.Types

    No documentation available.

  5. type IdentEntry = Either TypeDef IdentDecl

    language-c Language.C.Analysis.DefTable

    All ordinary identifiers map to IdenTyDecl: either a typedef or a object/function/enumerator

  6. data IdentDecl

    language-c Language.C.Analysis.SemRep

    identifiers, typedefs and enumeration constants (namespace sum)

  7. data Ident

    language-c Language.C.Data

    C identifiers

  8. module Language.C.Data.Ident

    This module provides the notion of identifiers in C, speed up using hashing. Identifiers are associated optionally associated with a NodeInfo, i.e. with a unique Name and a source location (Position). The ordering relation on identifiers is based on the hash and does not follow the lexical order.

  9. data Ident

    language-c Language.C.Data.Ident

    C identifiers

  10. Ident :: String -> Int -> NodeInfo -> Ident

    language-c Language.C.Data.Ident

    No documentation available.

Page 258 of many | Previous | Next