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.
-
jsaddle-dom JSDOM.Types Functions for this inteface are in JSDOM.IDBVersionChangeEvent. Base interface functions are in:
Mozilla IDBVersionChangeEvent documentation IDBVersionChangeEvent :: JSVal -> IDBVersionChangeEventjsaddle-dom JSDOM.Types No documentation available.
newtype
IDBVersionChangeEventInit jsaddle-dom JSDOM.Types Functions for this inteface are in JSDOM.IDBVersionChangeEventInit. Base interface functions are in:
Mozilla IDBVersionChangeEventInit documentationIDBVersionChangeEventInit :: JSVal -> IDBVersionChangeEventInitjsaddle-dom JSDOM.Types No documentation available.
type
IdentEntry = Either TypeDef IdentDecllanguage-c Language.C.Analysis.DefTable All ordinary identifiers map to IdenTyDecl: either a typedef or a object/function/enumerator
-
language-c Language.C.Analysis.SemRep identifiers, typedefs and enumeration constants (namespace sum)
-
language-c Language.C.Data C identifiers
-
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.
-
language-c Language.C.Data.Ident C identifiers
Ident :: String -> Int -> NodeInfo -> Identlanguage-c Language.C.Data.Ident No documentation available.