Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class
MapM' (f :: k -> k') (ss :: [k])hetero-parameter-list Data.HeteroParList No documentation available.
-
cabal-install Distribution.Client.ProjectConfig Newtype wrapper for Map that provides a Monoid instance that mappends values of overlapping keys rather than taking the first.
MapMappend :: Map k v -> MapMappend k vcabal-install Distribution.Client.ProjectConfig No documentation available.
-
cabal-install Distribution.Client.ProjectConfig.Types Newtype wrapper for Map that provides a Monoid instance that mappends values of overlapping keys rather than taking the first.
MapMappend :: Map k v -> MapMappend k vcabal-install Distribution.Client.ProjectConfig.Types No documentation available.
bimapM_ :: (Bifoldable t, Applicative f) => (a -> f c) -> (b -> f d) -> t a b -> f ()base Data.Bifoldable Alias for bitraverse_.
bimapM :: (Bitraversable t, Applicative f) => (a -> f c) -> (b -> f d) -> t a b -> f (t c d)base Data.Bitraversable Alias for bitraverse.
gmapM :: (Data a, Monad m) => (forall d . Data d => d -> m d) -> a -> m abase Data.Data A generic monadic transformation that maps over the immediate subterms The default definition instantiates the type constructor c in the type of gfoldl to the monad datatype constructor, defining injection and projection using return and >>=.
gmapMo :: (Data a, MonadPlus m) => (forall d . Data d => d -> m d) -> a -> m abase Data.Data Transformation of one immediate subterm with success
gmapMp :: (Data a, MonadPlus m) => (forall d . Data d => d -> m d) -> a -> m abase Data.Data Transformation of at least one immediate subterm does not fail