Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. pprModuleMap :: ModuleNameProvidersMap -> SDoc

    ghc GHC.Unit.State

    Show the mapping of modules to where they come from.

  2. unitInfoMap :: UnitState -> UnitInfoMap

    ghc 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.)

  3. unwireMap :: UnitState -> UniqMap UnitId UnitId

    ghc GHC.Unit.State

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

  4. wireMap :: UnitState -> UniqMap UnitId UnitId

    ghc GHC.Unit.State

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

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

    ghc GHC.Utils.Misc

    No documentation available.

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

    ghc GHC.Utils.Monad

    Monadic version of concatMap

  7. trS_fmap :: StmtLR idL idR body -> HsExpr idR

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

  8. getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]

    persistent Database.Persist

    FIXME Add documentation to that.

  9. getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]

    persistent Database.Persist.Class.PersistField

    FIXME Add documentation to that.

  10. PersistMap :: [(Text, PersistValue)] -> PersistValue

    persistent Database.Persist.PersistValue

    No documentation available.

Page 469 of many | Previous | Next