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.
mapM2 :: Monad m => (a -> b -> m c) -> Unfold m a b -> Unfold m a cstreamly-core Streamly.Internal.Data.Unfold No documentation available.
mapMaybe :: (Arrow arrow, Functor f) => (a -> Maybe b) -> arrow (f [a]) (f [b])synthesizer-midi Synthesizer.MIDI.CausalIO.Process No documentation available.
mapStream :: (T StrictTime [(key, a)] -> T StrictTime [(key, a)]) -> T key a -> T key asynthesizer-midi Synthesizer.MIDI.PiecewiseConstant.ControllerSet No documentation available.
mappend :: Monoid a => a -> a -> atesting-feat Test.Feat.Enumerate An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.
mapCycle :: (Time -> Time) -> Arc -> Arctidal-core Sound.Tidal.Time Similar to fmap but time is relative to the cycle (i.e. the sam of the start of the arc)
mapBoth :: (a -> a) -> (a, a) -> (a, a)tidal-core Sound.Tidal.Utils No documentation available.
mapFst :: (a -> b) -> (a, c) -> (b, c)tidal-core Sound.Tidal.Utils No documentation available.
mapPartTimes :: (a -> a) -> ((a, a), (a, a)) -> ((a, a), (a, a))tidal-core Sound.Tidal.Utils No documentation available.
mapSnd :: (a -> b) -> (c, a) -> (c, b)tidal-core Sound.Tidal.Utils No documentation available.
-
toml-parser Toml.Schema Table matching function used to help implement fromValue for tables. Key matching function is given the annotation of the key for error reporting. Value matching function is given the key in case values can depend on their keys.