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.
Id :: forall (s :: Type -> Type -> Type) a . Categorical s a asemigroupoids Data.Semigroupoid.Categorical No documentation available.
- 
utility-ht Data.Function.HT Useful for adding type annotations like in
f . (id :: Id Char) . g
 - 
ghc GHC Identifier
 - 
ghc GHC.Plugins Identifier
 - 
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 GHC.Types.Id Identifier
 - 
ghc GHC.Types.Var Identifier
 - 
haskell-gi Data.GI.CodeGen.Conversions No documentation available.
 - 
shakespeare Text.Shakespeare No documentation available.
 - 
singletons-base Data.Function.Singletons No documentation available.
 
Page 1 of many | Next