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.
data
TyCoMapper env (m :: Type -> Type)ghc GHC.Plugins This describes how a "map" operation over a type/coercion should behave
-
ghc GHC.Plugins No documentation available.
isMappedByLC :: TyCoVar -> LiftingContext -> Boolghc GHC.Plugins Is a var in the domain of a lifting context?
strictMapOccEnv :: (a -> b) -> OccEnv a -> OccEnv bghc GHC.Plugins Map over an OccEnv strictly.
strictMapOccEnv :: (a -> b) -> OccEnv a -> OccEnv bghc GHC.Plugins Map over an OccEnv strictly.
concatMap :: Foldable t => (a -> [b]) -> t a -> [b]ghc GHC.Prelude.Basic No documentation available.
fmap :: Functor f => (a -> b) -> f a -> f bghc GHC.Prelude.Basic No documentation available.
foldMap :: (Foldable t, Monoid m) => (a -> m) -> t a -> mghc GHC.Prelude.Basic No documentation available.
stgDebug_infoTableMap :: StgDebugOpts -> !Boolghc GHC.Stg.Debug No documentation available.
stgToCmmInfoTableMap :: StgToCmmConfig -> !Boolghc GHC.StgToCmm.Config true means generate C Stub for IPE map, See Note [Mapping Info Tables to Source Positions]