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. Opt_InfoTableMapWithFallback :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  2. Opt_InfoTableMapWithStack :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  3. ParMakeSemaphore :: FilePath -> ParMakeCount

    ghc GHC.Driver.Session

    Use the specific semaphore sem to control parallelism (-jsem sem flag).

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

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

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

    ghc GHC.Iface.Binary

    No documentation available.

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

    ghc GHC.Iface.Ext.Utils

    No documentation available.

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

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  9. tyMap :: HieTypeState -> !TypeMap TypeIndex

    ghc GHC.Iface.Ext.Utils

    No documentation available.

  10. pExtsBitmap :: ParserOpts -> !ExtsBitmap

    ghc GHC.Parser.Lexer

    bitmap of permitted extensions

Page 456 of many | Previous | Next