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.
whenJustM :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()extra Extra Like whenJust, but where the test can be monadic.
whileJustM :: (Monad m, Monoid a) => m (Maybe a) -> m aextra Extra Keep running an operation until it becomes a Nothing, accumulating the monoid results inside the Justs as the result of the overall loop.
setRequestManager :: Manager -> Request -> Requesthttp-conduit Network.HTTP.Simple Instead of using the default global Manager, use the supplied Manager.
setRequestMethod :: ByteString -> Request -> Requesthttp-conduit Network.HTTP.Simple Set the request method
getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]persistent Database.Persist FIXME Add documentation to that.
getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]persistent Database.Persist.Class.PersistField FIXME Add documentation to that.
PersistMap :: [(Text, PersistValue)] -> PersistValuepersistent Database.Persist.PersistValue No documentation available.
type
SqlPersistM = SqlPersistT NoLoggingT ResourceT IOpersistent Database.Persist.Sql No documentation available.
getStmtConn :: SqlBackend -> Text -> IO Statementpersistent Database.Persist.Sql No documentation available.
-
persistent Database.Persist.Sql No documentation available.