Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mappingNamer :: (String -> [String]) -> FieldNamerdiagrams-lib Diagrams.Prelude Create a FieldNamer from a mapping function. If the function returns [], it creates no lens for the field.
mapSegmentVectors :: (v n -> v' n') -> Segment c v n -> Segment c v' n'diagrams-lib Diagrams.Segment Map over the vectors of each segment.
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.
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.
mapM :: (Factorial a, Semigroup b, Monoid b, Monad m) => (a -> m b) -> a -> m bmonoid-subclasses Data.Semigroup.Factorial A mapM equivalent.
mapM_ :: (Factorial a, Applicative m) => (a -> m b) -> a -> m ()monoid-subclasses Data.Semigroup.Factorial A mapM_ equivalent.
mapMaybe :: (a -> Maybe b) -> [a] -> [b]Cabal-syntax Distribution.Compat.Prelude No documentation available.
mappend :: Monoid a => a -> a -> aCabal-syntax Distribution.Compat.Prelude No documentation available.
mappend :: Monoid a => a -> a -> aCabal-syntax Distribution.Compat.Semigroup No documentation available.
-
Cabal-syntax Distribution.PackageDescription.Configuration No documentation available.