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

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. rejectPragmaPV :: DisambECP b => LocatedA b -> PV ()

    ghc GHC.Parser.PostProcess

    Validate infixexp LHS to reject unwanted {-# SCC ... #-} pragmas

  2. pc_BITMAP_BITS_SHIFT :: PlatformConstants -> {-# UNPACK #-} !Int

    ghc GHC.Platform

    No documentation available.

  3. pc_BITMAP_BITS_SHIFT :: PlatformConstants -> {-# UNPACK #-} !Int

    ghc GHC.Platform.Constants

    No documentation available.

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

    ghc GHC.Plugins

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

  5. 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.

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

    ghc GHC.Plugins

    Is a var in the domain of a lifting context?

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

    ghc GHC.Plugins

    Map over an OccEnv strictly.

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

    ghc GHC.Plugins

    Map over an OccEnv strictly.

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

    ghc GHC.Prelude.Basic

    No documentation available.

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

    ghc GHC.Prelude.Basic

    No documentation available.

Page 457 of many | Previous | Next

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