Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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.
performWithStreamingRequest :: Request -> (StreamingResponse -> IO a) -> ClientM aservant-client Servant.Client.Internal.HttpClient.Streaming TODO: support UVerb (acceptStatus argument, like in performRequest above).
listCodecForStringCompatibility :: HasCodec value => JSONCodec [value]autodocodec Autodocodec A codec for a list of values This is really only useful for cases like Char and String. We didn't call it listCodec so we could use that name for making a codec for a list of values from a single codec instead.
listCodecForStringCompatibility :: HasCodec value => JSONCodec [value]autodocodec Autodocodec.Class A codec for a list of values This is really only useful for cases like Char and String. We didn't call it listCodec so we could use that name for making a codec for a list of values from a single codec instead.