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. mapMerge :: (a -> c) -> (b -> c) -> (a -> b -> c) -> Event a -> Event b -> Event c

    Yampa FRP.Yampa.Event

    A generic event merge-map utility that maps event occurrences, merging the results. The first three arguments are mapping functions, the third of which will only be used when both events are present. Therefore, mergeBy = mapMerge id id. Applicative-based definition: mapMerge lf rf lrf le re = (f $ le * re) | (lf $ le) | (rf $ re)

  2. mapError :: forall (m :: Type -> Type) err err' a . Functor m => (err -> err') -> ParseT err m a -> ParseT err' m a

    aeson-better-errors Data.Aeson.BetterErrors

    Transform the error of a parser according to the given function.

  3. mapError :: forall (m :: Type -> Type) err err' a . Functor m => (err -> err') -> ParseT err m a -> ParseT err' m a

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    Transform the error of a parser according to the given function.

  4. mapParseT :: forall err (m :: Type -> Type) a err' (m' :: Type -> Type) a' . (ReaderT ParseReader (ExceptT (ParseError err) m) a -> ReaderT ParseReader (ExceptT (ParseError err') m') a') -> ParseT err m a -> ParseT err' m' a'

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    No documentation available.

  5. mapLazy :: Decoder a -> Decoder (Map Text a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to Map with Text key using provided Decoder.

  6. mapStrict :: Decoder a -> Decoder (Map Text a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to Map with Text key using provided Decoder.

  7. mapVertices :: (BVec -> BVec) -> Convex -> Convex

    apecs-physics Apecs.Physics

    Map a function over all vertices

  8. map' :: (a -> b) -> Chunks a -> SmallArray b

    array-chunks Data.Chunks

    Mapping over chunks is a little unusual in that the result is just a SmallArray.

  9. mapTime :: (time0 -> time1) -> T time0 label -> T time1 label

    audacity Sound.Audacity.LabelTrack

    You must make sure, that the time mapping function preserves the order. This is not checked.

  10. mapWithTime :: ((time, time) -> label0 -> label1) -> T time label0 -> T time label1

    audacity Sound.Audacity.LabelTrack

    No documentation available.

Page 275 of many | Previous | Next