Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. 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)

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

    tidal-core Sound.Tidal.Utils

    No documentation available.

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

    tidal-core Sound.Tidal.Utils

    No documentation available.

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

    tidal-core Sound.Tidal.Utils

    No documentation available.

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

    tidal-core Sound.Tidal.Utils

    No documentation available.

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

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

    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.

  8. mapM :: Monad m => (a -> m b) -> Stream m a -> Stream m b

    vector-stream Data.Stream.Monadic

    Map a monadic function over a Stream

  9. mapM_ :: Monad m => (a -> m b) -> Stream m a -> m ()

    vector-stream Data.Stream.Monadic

    Execute a monadic action for each element of the Stream

  10. mapMaybe :: forall (m :: Type -> Type) a b . Monad m => (a -> Maybe b) -> Stream m a -> Stream m b

    vector-stream Data.Stream.Monadic

    No documentation available.

Page 264 of many | Previous | Next