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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. tyMap :: HieTypeState -> !TypeMap TypeIndex

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  2. pExtsBitmap :: ParserOpts -> !ExtsBitmap

    ghc GHC.Parser.Lexer

    bitmap of permitted extensions

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

    ghc GHC.Parser.PostProcess

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

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

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform.Constants

    No documentation available.

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

    ghc GHC.Plugins

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

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

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

    ghc GHC.Plugins

    Is a var in the domain of a lifting context?

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

    ghc GHC.Plugins

    Map over an OccEnv strictly.

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

    ghc GHC.Plugins

    Map over an OccEnv strictly.

Page 458 of many | Previous | Next

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