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.

  1. oforM :: (MonoTraversable mono, Applicative f) => mono -> (Element mono -> f (Element mono)) -> f mono

    mono-traversable Data.MonoTraversable

    oforM is omapM with its arguments flipped.

  2. oforM_ :: (MonoFoldable mono, Applicative m) => mono -> (Element mono -> m ()) -> m ()

    mono-traversable Data.MonoTraversable

    oforM_ is omapM_ with its arguments flipped.

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

    mono-traversable Data.MonoTraversable

    ofor_ is otraverse_ with its arguments flipped.

  4. data ArrayFormat

    postgresql-simple Database.PostgreSQL.Simple.Arrays

    No documentation available.

  5. arrayFormat :: Char -> Parser ArrayFormat

    postgresql-simple Database.PostgreSQL.Simple.Arrays

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

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

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

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

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

    servant-client Servant.Client.Internal.HttpClient

    No documentation available.

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

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

    No documentation available.

Page 539 of many | Previous | Next