Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
adjunctions Control.Monad.Representable.State No documentation available.
mapDefault :: Ord key => elem -> key -> T (Map key elem) elemdata-accessor Data.Accessor.Container Treats a finite map like an infinite map, where all undefined elements are replaced by a default value.
mapMaybe :: Ord key => key -> T (Map key elem) (Maybe elem)data-accessor Data.Accessor.Container Treats a finite map like an infinite map, where all undefined elements are Nothing and defined elements are Just.
mappend :: Monoid a => a -> a -> ageneric-deriving Generics.Deriving.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.
mappend' :: forall (x :: k) . Monoid' f => f x -> f x -> f xgeneric-deriving Generics.Deriving.Monoid No documentation available.
mappenddefault :: (Generic a, Monoid' (Rep a)) => a -> a -> ageneric-deriving Generics.Deriving.Monoid No documentation available.
mapAdjacent :: Traversable f => (a -> a -> b) -> T f a -> f bnon-empty Data.NonEmpty No documentation available.
mapHead :: forall a (f :: Type -> Type) . (a -> a) -> T f a -> T f anon-empty Data.NonEmpty No documentation available.
mapTail :: (f a -> g a) -> T f a -> T g anon-empty Data.NonEmpty No documentation available.
mapWithKey :: Ord k => (k -> a -> b) -> T k a -> T k bnon-empty Data.NonEmpty.Map No documentation available.