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.
mapAdjacent :: MonadMoment m => (a -> a -> b) -> a -> Event a -> m (Event b)reactive-midyim Reactive.Banana.MIDI.Utility No documentation available.
mapMaybe :: (a -> Maybe b) -> Event a -> Event breactive-midyim Reactive.Banana.MIDI.Utility No documentation available.
-
recover-rtti Debug.RecoverRTTI No documentation available.
mapSome :: (forall (x :: k) . () => f x -> g x) -> Some f -> Some grecover-rtti Debug.RecoverRTTI No documentation available.
mapFrom :: (Generator c, Reducer e m, Monoid m) => (Elem c -> e) -> c -> m -> mreducers Data.Generator No documentation available.
mapReduce :: (Generator c, Reducer e m, Monoid m) => (Elem c -> e) -> c -> mreducers Data.Generator No documentation available.
mapReduceWith :: (Generator c, Reducer e m, Monoid m) => (m -> n) -> (Elem c -> e) -> c -> nreducers Data.Generator No documentation available.
mapTo :: (Generator c, Reducer e m, Monoid m) => (Elem c -> e) -> m -> c -> mreducers Data.Generator No documentation available.
mapM_ :: (Generator c, Monad m) => (Elem c -> m b) -> c -> m ()reducers Data.Generator.Combinators Efficiently mapReduce a Generator using the Action monoid. A specialized version of its namesake from Data.Foldable and Control.Monad
mapReduceWith getAction
mapFrom1 :: (Generator1 c, Reducer e m) => (Elem c -> e) -> c -> m -> mreducers Data.Semigroup.Generator No documentation available.