Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. bin_symtab_map :: BinSymbolTable -> !IORef (UniqFM Name (Int, Name))

    ghc GHC.Iface.Binary

    No documentation available.

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

    ghc GHC.Iface.Ext.Utils

    No documentation available.

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

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  4. tyMap :: HieTypeState -> !TypeMap TypeIndex

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  5. pExtsBitmap :: ParserOpts -> !ExtsBitmap

    ghc GHC.Parser.Lexer

    bitmap of permitted extensions

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

    ghc GHC.Parser.PostProcess

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

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

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform.Constants

    No documentation available.

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

    ghc GHC.Plugins

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

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

Page 457 of many | Previous | Next