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.
mapNew' :: (a -> a) -> Map k (Delta a) -> Map k (Delta a)patience Patience.Map Map over all the New values, preserving the remaining values in the map.
mapOld :: (a -> b) -> Map k (Delta a) -> Map k bpatience Patience.Map Map over all Old values, returning a map of just the transformed values. This can be more efficient than calling toOld and then Data.Map's map.
mapOld' :: (a -> a) -> Map k (Delta a) -> Map k (Delta a)patience Patience.Map Map over all the Old values, preserving the remaining values in the map.
mapSame :: Eq a => (a -> b) -> Map k (Delta a) -> Map k bpatience Patience.Map Map over all Same values, returning a map of just the transformed values. This can be more efficient than calling toSame and then Data.Map's map.
mapSame' :: Eq a => (a -> a) -> Map k (Delta a) -> Map k (Delta a)patience Patience.Map Map over all the Same values, preserving the remaining values in the map.
-
perf Perf.Algos Increment a list.
-
pipes-group Pipes.Group Transform each individual functor layer of a FreeT You can think of this as:
maps :: (forall r . Producer a m r -> Producer b m r) -> FreeT (Producer a m) m x -> FreeT (Producer b m) m x
This is just a synonym for transFreeT mapChordToString :: C pitch => [Pitch] -> [pitch] -> [pitch]reactive-midyim Reactive.Banana.MIDI.Guitar No documentation available.
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.