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. mkMaps :: OccEnv Name -> [Name] -> [(LHsDecl GhcRn, [HsDoc GhcRn])] -> (UniqMap Name [HsDoc GhcRn], UniqMap Name (IntMap (HsDoc GhcRn)))

    ghc GHC.HsToCore.Docs

    Create decl and arg doc-maps by looping through the declarations. For each declaration, find its names, its subordinates, and its doc strings.

  2. unionArgMaps :: UniqMap Name (IntMap b) -> UniqMap Name (IntMap b) -> UniqMap Name (IntMap b)

    ghc GHC.HsToCore.Docs

    Unions together two ArgDocMaps (or ArgMaps in haddock-api), such that two maps with values for the same key merge the inner map as well. Left biased so unionArgMaps a b prefers a over b.

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

    ghc GHC.Iface.Binary

    No documentation available.

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

    ghc GHC.Iface.Ext.Utils

    No documentation available.

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

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  6. tyMap :: HieTypeState -> !TypeMap TypeIndex

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  7. pExtsBitmap :: ParserOpts -> !ExtsBitmap

    ghc GHC.Parser.Lexer

    bitmap of permitted extensions

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

    ghc GHC.Parser.PostProcess

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

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

    ghc GHC.Platform

    No documentation available.

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

    ghc GHC.Platform.Constants

    No documentation available.

Page 456 of many | Previous | Next