Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. pluginModuleNameProvidersMap :: UnitState -> !ModuleNameProvidersMap

    ghc-lib-parser GHC.Unit.State

    A map, like moduleNameProvidersMap, but controlling plugin visibility.

  2. pprModuleMap :: ModuleNameProvidersMap -> SDoc

    ghc-lib-parser GHC.Unit.State

    Show the mapping of modules to where they come from.

  3. unitInfoMap :: UnitState -> UnitInfoMap

    ghc-lib-parser GHC.Unit.State

    A mapping of Unit to UnitInfo. This list is adjusted so that only valid units are here. UnitInfo reflects what was stored *on disk*, except for the trusted flag, which is adjusted at runtime. (In particular, some units in this map may have the exposed flag be False.)

  4. unwireMap :: UnitState -> UniqMap UnitId UnitId

    ghc-lib-parser GHC.Unit.State

    A mapping from wired in unit ids to unit keys from the database.

  5. wireMap :: UnitState -> UniqMap UnitId UnitId

    ghc-lib-parser GHC.Unit.State

    A mapping from database unit keys to wired in unit ids.

  6. fs_tab_map :: FSTable -> !IORef (UniqFM FastString (Int, FastString))

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  7. gen_symtab_map :: GenericSymbolTable (m :: Type -> Type) -> !IORef (m Int)

    ghc-lib-parser GHC.Utils.Binary

    Given a symbol, find the symbol and return its index.

  8. strictMap :: (a -> b) -> [a] -> [b]

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  9. concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]

    ghc-lib-parser GHC.Utils.Monad

    Monadic version of concatMap

  10. foldMapM :: (Applicative m, Foldable t, Monoid b) => (a -> m b) -> t a -> m b

    ghc-lib-parser GHC.Utils.Monad

    Monadic version of foldMap

Page 617 of many | Previous | Next