Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
mono-traversable Data.MonoTraversable oforM_ :: (MonoFoldable mono, Applicative m) => mono -> (Element mono -> m ()) -> m ()mono-traversable Data.MonoTraversable ofor_ :: (MonoFoldable mono, Applicative f) => mono -> (Element mono -> f b) -> f ()mono-traversable Data.MonoTraversable ofor_ is otraverse_ with its arguments flipped.
-
postgresql-simple Database.PostgreSQL.Simple.Arrays No documentation available.
arrayFormat :: Char -> Parser ArrayFormatpostgresql-simple Database.PostgreSQL.Simple.Arrays Parse one of three primitive field formats: array, quoted and plain.
foldForward :: FromRow r => Cursor -> Int -> (a -> r -> IO a) -> a -> IO (Either a a)postgresql-simple Database.PostgreSQL.Simple.Cursor Fold over a chunk of rows, calling the supplied fold-like function on each row as it is received. In case the cursor is exhausted, a Left value is returned, otherwise a Right value is returned.
foldForwardWithParser :: Cursor -> RowParser r -> Int -> (a -> r -> IO a) -> a -> IO (Either a a)postgresql-simple Database.PostgreSQL.Simple.Cursor Fold over a chunk of rows from the given cursor, calling the supplied fold-like function on each row as it is received. In case the cursor is exhausted, a Left value is returned, otherwise a Right value is returned.
waitForResource :: MVar (Stripe a) -> MVar (Maybe a) -> IO (Maybe a)resource-pool Data.Pool.Internal Wait for the resource to be put into a given MVar.
performRequest :: Maybe [Status] -> Request -> ClientM Responseservant-client Servant.Client.Internal.HttpClient No documentation available.
performRequest :: Maybe [Status] -> Request -> ClientM Responseservant-client Servant.Client.Internal.HttpClient.Streaming No documentation available.