Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

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

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

    No documentation available.

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

    relational-query-HDBC Database.HDBC.Record

    Prepare and insert each record.

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

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

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

    Prepare and insert each record.

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

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

  8. mapStencil2 :: Source r a => Boundary a -> Stencil DIM2 a -> Array r DIM2 a -> Array PC5 DIM2 a

    repa Data.Array.Repa.Stencil.Dim2

    Apply a stencil to every element of a 2D array.

  9. mapMLazy :: PrimBase m => (a -> m b) -> [a] -> m [b]

    simple-cairo Graphics.Cairo.Drawing.CairoPatternT.Mesh

    No documentation available.

  10. mapSomeDictOf :: (forall (a :: k) . c a => f a -> g a) -> SomeDictOf f c -> SomeDictOf g c

    some-dict-of SomeDictOf

    Transform the type index used in the SomeDictOf. The provided function is unable to inspect the type, but you will have the class operations available to it. Example:

    provideMempty ;: SomeDictOf Proxy Monoid -> SomeDictOf Identity Monoid
    provideMempty = mapSomeDictOf (\proxy -> Identity mempty)
    

Page 227 of many | Previous | Next