Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- 
morpheus-graphql-core Data.Morpheus.Types.ID No documentation available.
 - 
defun-core DeFun.Function Identity function. Combinator I in https://en.wikipedia.org/wiki/SKI_combinator_calculus.
 - 
GHC uses several kinds of name internally:
- OccName: see GHC.Types.Name.Occurrence#name_types
 - RdrName: see GHC.Types.Name.Reader#name_types
 - Name: see GHC.Types.Name#name_types
 - Id represents names that not only have a Name but also a Type and some additional details (a IdInfo and one of LocalIdDetails or GlobalIdDetails) that are added, modified and inspected by various compiler passes. These Var names may either be global or local, see GHC.Types.Var#globalvslocal
 - Var: see GHC.Types.Var#name_types
 
 - 
ghc-lib-parser GHC.Types.Id Identifier
 - 
ghc-lib-parser GHC.Types.Var Identifier
 - 
hint Language.Haskell.Interpreter An Id for a class, a type constructor, a data constructor, a binding, etc
 - 
rebase Rebase.Data.Vector.Fusion.Util No documentation available.
 - 
rebase Rebase.Data.Vector.Fusion.Util No documentation available.
 - 
dejafu Test.DejaFu.Types An identifier for a thread, MVar, IORef, or TVar. The number is the important bit. The string is to make execution traces easier to read, but is meaningless.
 Id :: Maybe String -> Int -> Iddejafu Test.DejaFu.Types No documentation available.