Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    persistent Database.Persist.Class.PersistField

    FIXME Add documentation to that.

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

    persistent Database.Persist.PersistValue

    No documentation available.

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

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

  5. connStmtMap :: SqlBackend -> StatementCache

    persistent Database.Persist.SqlBackend.Internal

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

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

    persistent Database.Persist.SqlBackend.Internal.MkSqlBackend

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

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

    persistent Database.Persist.Types

    No documentation available.

  8. unmapDict :: (Dict a -> Dict b) -> a :- b

    constraints Data.Constraint

    This functor is fully faithful, which is to say that given any function you can write Dict a -> Dict b there also exists an entailment a :- b in the category of constraints that you can build.

  9. eventStreamAppRaw :: ((ServerEvent -> IO ()) -> IO () -> IO ()) -> Application

    wai-extra Network.Wai.EventSource

    Make a new WAI EventSource application with a handler that emits events.

  10. type HeaderMap = Map HeaderName HandleType

    wai-extra Network.Wai.Middleware.CombineHeaders

    The mapping of HeaderName to HandleType

Page 469 of many | Previous | Next