Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupTypeMap :: TypeMap a -> Type -> Maybe aghc GHC.Core.Map.Type No documentation available.
lookupTypeMapWithScope :: TypeMap a -> CmEnv -> Type -> Maybe aghc GHC.Core.Map.Type No documentation available.
-
RoughMap is an approximate finite map data structure keyed on [RoughMatchTc]. This is useful when keying maps on lists of Types (e.g. an instance head).
-
ghc GHC.Core.RoughMap Trie of [RoughMatchTc]
- Examples* insert [OtherTc] 1 insert [OtherTc] 2 lookup [OtherTc] == [1,2]
mkTyConTagMap :: TyCon -> NameEnv ConTagghc GHC.Core.TyCon No documentation available.
data
TyCoMapper env (m :: Type -> Type)ghc GHC.Core.Type This describes how a "map" operation over a type/coercion should behave
-
ghc GHC.Core.Type No documentation available.
coreToStg_InfoTableMap :: CoreToStgOpts -> Boolghc GHC.CoreToStg No documentation available.
concatMapBag :: (a -> Bag b) -> Bag a -> Bag bghc GHC.Data.Bag No documentation available.
concatMapBagPair :: (a -> (Bag b, Bag c)) -> Bag a -> (Bag b, Bag c)ghc GHC.Data.Bag No documentation available.