Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type RefMap a = Map Identifier [(Span, IdentifierDetails a)]

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  2. generateReferencesMap :: Foldable f => f (HieAST a) -> RefMap a

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  3. tyMap :: HieTypeState -> !TypeMap TypeIndex

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  4. pExtsBitmap :: ParserOpts -> !ExtsBitmap

    ghc GHC.Parser.Lexer

    bitmap of permitted extensions

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

    ghc GHC.Parser.PostProcess

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

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

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform.Constants

    No documentation available.

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

    ghc GHC.Plugins

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

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

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

    ghc GHC.Plugins

    Is a var in the domain of a lifting context?

Page 457 of many | Previous | Next