Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapAccumM :: Monad m => (a -> s -> m (b, s)) -> s -> [a] -> m ([b], s)

    reactive-banana Reactive.Banana.Prim.Mid

    mapAccum for a monad.

  2. mapAccumM_ :: Monad m => (a -> s -> m (b, s)) -> s -> [a] -> m ()

    reactive-banana Reactive.Banana.Prim.Mid

    Strict mapAccum for a monad. Discards results.

  3. mapL :: (a -> b) -> Latch a -> Latch b

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

  4. mapP :: (a -> b) -> Pulse a -> Build (Pulse b)

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

  5. mapAccum :: MonadMoment m => acc -> Event (acc -> (x, acc)) -> m (Event x, Behavior acc)

    reactive-banana-bunch Reactive.Banana.Bunch.Combinators

    No documentation available.

  6. mapInsert :: (IConnection conn, ToSql SqlValue a) => conn -> Insert a -> [a] -> IO [Integer]

    relational-query-HDBC Database.HDBC.Record

    Prepare and insert each record.

  7. mapUpdate :: (IConnection conn, ToSql SqlValue a) => conn -> Update a -> [a] -> IO [Integer]

    relational-query-HDBC Database.HDBC.Record

    Prepare and update with each parameter list.

  8. mapInsert :: (IConnection conn, ToSql SqlValue a) => conn -> Insert a -> [a] -> IO [Integer]

    relational-query-HDBC Database.HDBC.Record.Insert

    Prepare and insert each record.

  9. mapNoFetch :: (UntypeableNoFetch s, IConnection conn, ToSql SqlValue a) => conn -> s a -> [a] -> IO [Integer]

    relational-query-HDBC Database.HDBC.Record.Statement

    Prepare and run it against each parameter list.

  10. mapUpdate :: (IConnection conn, ToSql SqlValue a) => conn -> Update a -> [a] -> IO [Integer]

    relational-query-HDBC Database.HDBC.Record.Update

    Prepare and update with each parameter list.

Page 226 of many | Previous | Next