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.

  1. ofor_ :: (MonoFoldable mono, Applicative f) => mono -> (Element mono -> f b) -> f ()

    mono-traversable Data.MonoTraversable

    ofor_ is otraverse_ with its arguments flipped.

  2. data ArrayFormat

    postgresql-simple Database.PostgreSQL.Simple.Arrays

    No documentation available.

  3. arrayFormat :: Char -> Parser ArrayFormat

    postgresql-simple Database.PostgreSQL.Simple.Arrays

    Parse one of three primitive field formats: array, quoted and plain.

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

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

  6. performRequest :: Maybe [Status] -> Request -> ClientM Response

    servant-client Servant.Client.Internal.HttpClient

    No documentation available.

  7. performRequest :: Maybe [Status] -> Request -> ClientM Response

    servant-client Servant.Client.Internal.HttpClient.Streaming

    No documentation available.

  8. performWithStreamingRequest :: Request -> (StreamingResponse -> IO a) -> ClientM a

    servant-client Servant.Client.Internal.HttpClient.Streaming

    TODO: support UVerb (acceptStatus argument, like in performRequest above).

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

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

Page 540 of many | Previous | Next