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.

  1. mapM2 :: Monad m => (a -> b -> m c) -> Unfold m a b -> Unfold m a c

    streamly-core Streamly.Internal.Data.Unfold

    No documentation available.

  2. mapMaybe :: (Arrow arrow, Functor f) => (a -> Maybe b) -> arrow (f [a]) (f [b])

    synthesizer-midi Synthesizer.MIDI.CausalIO.Process

    No documentation available.

  3. mapStream :: (T StrictTime [(key, a)] -> T StrictTime [(key, a)]) -> T key a -> T key a

    synthesizer-midi Synthesizer.MIDI.PiecewiseConstant.ControllerSet

    No documentation available.

  4. mappend :: Monoid a => a -> a -> a

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

  5. mapCycle :: (Time -> Time) -> Arc -> Arc

    tidal-core Sound.Tidal.Time

    Similar to fmap but time is relative to the cycle (i.e. the sam of the start of the arc)

  6. mapBoth :: (a -> a) -> (a, a) -> (a, a)

    tidal-core Sound.Tidal.Utils

    No documentation available.

  7. mapFst :: (a -> b) -> (a, c) -> (b, c)

    tidal-core Sound.Tidal.Utils

    No documentation available.

  8. mapPartTimes :: (a -> a) -> ((a, a), (a, a)) -> ((a, a), (a, a))

    tidal-core Sound.Tidal.Utils

    No documentation available.

  9. mapSnd :: (a -> b) -> (c, a) -> (c, b)

    tidal-core Sound.Tidal.Utils

    No documentation available.

  10. mapOf :: Ord k => (l -> Text -> Matcher l k) -> (Text -> Value' l -> Matcher l v) -> Value' l -> Matcher l (Map k v)

    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.

Page 304 of many | Previous | Next