Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. mapping :: forall (f :: Type -> Type) (g :: Type -> Type) s t a b . (Functor f, Functor g) => AnIso s t a b -> Iso (f s) (g t) (f a) (g b)

    diagrams-lib Diagrams.Prelude

    This can be used to lift any Iso into an arbitrary Functor.

  2. mappingNamer :: (String -> [String]) -> FieldNamer

    diagrams-lib Diagrams.Prelude

    Create a FieldNamer from a mapping function. If the function returns [], it creates no lens for the field.

  3. mapSegmentVectors :: (v n -> v' n') -> Segment c v n -> Segment c v' n'

    diagrams-lib Diagrams.Segment

    Map over the vectors of each segment.

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

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

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

    monoid-subclasses Data.Semigroup.Factorial

    A mapM equivalent.

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

    monoid-subclasses Data.Semigroup.Factorial

    A mapM_ equivalent.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Semigroup

    No documentation available.

Page 132 of many | Previous | Next