• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. data TyCoMapper env (m :: Type -> Type)

    ghc GHC.Plugins

    This describes how a "map" operation over a type/coercion should behave

  2. TyCoMapper :: (env -> TyVar -> m Type) -> (env -> CoVar -> m Coercion) -> (env -> CoercionHole -> m Coercion) -> (forall r . () => env -> TyCoVar -> ForAllTyFlag -> (env -> TyCoVar -> m r) -> m r) -> (TyCon -> m TyCon) -> TyCoMapper env (m :: Type -> Type)

    ghc GHC.Plugins

    No documentation available.

  3. isMappedByLC :: TyCoVar -> LiftingContext -> Bool

    ghc GHC.Plugins

    Is a var in the domain of a lifting context?

  4. strictMapOccEnv :: (a -> b) -> OccEnv a -> OccEnv b

    ghc GHC.Plugins

    Map over an OccEnv strictly.

  5. strictMapOccEnv :: (a -> b) -> OccEnv a -> OccEnv b

    ghc GHC.Plugins

    Map over an OccEnv strictly.

  6. concatMap :: Foldable t => (a -> [b]) -> t a -> [b]

    ghc GHC.Prelude.Basic

    No documentation available.

  7. fmap :: Functor f => (a -> b) -> f a -> f b

    ghc GHC.Prelude.Basic

    No documentation available.

  8. foldMap :: (Foldable t, Monoid m) => (a -> m) -> t a -> m

    ghc GHC.Prelude.Basic

    No documentation available.

  9. stgDebug_infoTableMap :: StgDebugOpts -> !Bool

    ghc GHC.Stg.Debug

    No documentation available.

  10. stgToCmmInfoTableMap :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Config

    true means generate C Stub for IPE map, See Note [Mapping Info Tables to Source Positions]

Page 457 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete