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. unwireMap :: UnitState -> UniqMap UnitId UnitId

    ghc GHC.Unit.State

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

  2. wireMap :: UnitState -> UniqMap UnitId UnitId

    ghc GHC.Unit.State

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

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

    ghc GHC.Utils.Misc

    No documentation available.

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

    ghc GHC.Utils.Monad

    Monadic version of concatMap

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

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

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

    persistent Database.Persist

    FIXME Add documentation to that.

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

    persistent Database.Persist.Class.PersistField

    FIXME Add documentation to that.

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

    persistent Database.Persist.PersistValue

    No documentation available.

  9. connStmtMap :: SqlBackend -> StatementCache

    persistent Database.Persist.Sql.Types.Internal

    A reference to the cache of statements. Statements are keyed by the Text queries that generated them.

  10. connStmtMap :: MkSqlBackendArgs -> IORef (Map Text Statement)

    persistent Database.Persist.SqlBackend

    A reference to the cache of statements. Statements are keyed by the Text queries that generated them.

Page 468 of many | Previous | Next