Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mappend :: Monoid a => a -> a -> arelude Relude.Monoid 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.
-
vinyl Data.Vinyl Apply a typeclass method to each field of a FieldRec. This is a specialization of rmapMethod.
-
vinyl Data.Vinyl.Class.Method Apply a typeclass method to each field of a FieldRec. This is a specialization of rmapMethod.
mapDefault :: Ord key => elem -> key -> Accessor (Map key elem) elemdistributed-process Control.Distributed.Process.Internal.StrictContainerAccessors No documentation available.
mapMaybe :: Ord key => key -> Accessor (Map key elem) (Maybe elem)distributed-process Control.Distributed.Process.Internal.StrictContainerAccessors No documentation available.
mapF :: (IsList t, Item t ~ (k, v), Buildable k, Buildable v) => t -> Builderfmt Fmt A simple JSON-like map formatter; works for Map, HashMap, etc, as well as ordinary lists of pairs.
>>> mapF [("a", 1), ("b", 4)] "{a: 1, b: 4}"For multiline output, use jsonMapF.mapF' :: (IsList t, Item t ~ (k, v)) => (k -> Builder) -> (v -> Builder) -> t -> Builderfmt Fmt A version of mapF that lets you supply your own building function for keys and values.
mapF :: (IsList t, Item t ~ (k, v), Buildable k, Buildable v) => t -> Builderfmt Fmt.Internal.Formatters A simple JSON-like map formatter; works for Map, HashMap, etc, as well as ordinary lists of pairs.
>>> mapF [("a", 1), ("b", 4)] "{a: 1, b: 4}"For multiline output, use jsonMapF.mapF' :: (IsList t, Item t ~ (k, v)) => (k -> Builder) -> (v -> Builder) -> t -> Builderfmt Fmt.Internal.Formatters A version of mapF that lets you supply your own building function for keys and values.
mapExcept :: (Either e a -> Either e' b) -> Except e a -> Except e' bhasql Hasql.TestingKit.Preludes.Base Map the unwrapped computation using the given function.