Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. whenJustM :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()

    extra Extra

    Like whenJust, but where the test can be monadic.

  2. whileJustM :: (Monad m, Monoid a) => m (Maybe a) -> m a

    extra Extra

    Keep running an operation until it becomes a Nothing, accumulating the monoid results inside the Justs as the result of the overall loop.

  3. setRequestManager :: Manager -> Request -> Request

    http-conduit Network.HTTP.Simple

    Instead of using the default global Manager, use the supplied Manager.

  4. setRequestMethod :: ByteString -> Request -> Request

    http-conduit Network.HTTP.Simple

    Set the request method

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

    persistent Database.Persist

    FIXME Add documentation to that.

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

    persistent Database.Persist.Class.PersistField

    FIXME Add documentation to that.

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

    persistent Database.Persist.PersistValue

    No documentation available.

  8. type SqlPersistM = SqlPersistT NoLoggingT ResourceT IO

    persistent Database.Persist.Sql

    No documentation available.

  9. getStmtConn :: SqlBackend -> Text -> IO Statement

    persistent Database.Persist.Sql

    No documentation available.

  10. liftSqlPersistMPool :: forall backend m a . (MonadIO m, BackendCompatible SqlBackend backend) => ReaderT backend (NoLoggingT (ResourceT IO)) a -> Pool backend -> m a

    persistent Database.Persist.Sql

    No documentation available.

Page 25 of many | Previous | Next