Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mapAccumL :: TextualMonoid t => (a -> Char -> (a, Char)) -> a -> t -> (a, t)

    monoid-subclasses Data.Monoid.Textual

    Equivalent to mapAccumL from Data.List when applied to a String, but preserves all non-character data.

  2. mapAccumR :: TextualMonoid t => (a -> Char -> (a, Char)) -> a -> t -> (a, t)

    monoid-subclasses Data.Monoid.Textual

    Equivalent to mapAccumR from Data.List when applied to a String, but preserves all non-character data.

  3. mapM :: (Factorial a, Semigroup b, Monoid b, Monad m) => (a -> m b) -> a -> m b

    monoid-subclasses Data.Semigroup.Factorial

    A mapM equivalent.

  4. mapM_ :: (Factorial a, Applicative m) => (a -> m b) -> a -> m ()

    monoid-subclasses Data.Semigroup.Factorial

    A mapM_ equivalent.

  5. mapMaybe :: (a -> Maybe b) -> [a] -> [b]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Semigroup

    No documentation available.

  8. mapCondTree :: (a -> b) -> (c -> d) -> (Condition v -> Condition w) -> CondTree v c a -> CondTree w d b

    Cabal-syntax Distribution.PackageDescription.Configuration

    No documentation available.

  9. mapTreeConds :: (Condition v -> Condition w) -> CondTree v c a -> CondTree w c a

    Cabal-syntax Distribution.PackageDescription.Configuration

    No documentation available.

  10. mapTreeConstrs :: (c -> d) -> CondTree v c a -> CondTree v d a

    Cabal-syntax Distribution.PackageDescription.Configuration

    No documentation available.

Page 133 of many | Previous | Next