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.

  1. class MapM' (f :: k -> k') (ss :: [k])

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  2. newtype MapMappend k v

    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.

  3. MapMappend :: Map k v -> MapMappend k v

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  4. newtype MapMappend k v

    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.

  5. MapMappend :: Map k v -> MapMappend k v

    cabal-install Distribution.Client.ProjectConfig.Types

    No documentation available.

  6. bimapM_ :: (Bifoldable t, Applicative f) => (a -> f c) -> (b -> f d) -> t a b -> f ()

    base Data.Bifoldable

    Alias for bitraverse_.

  7. bimapM :: (Bitraversable t, Applicative f) => (a -> f c) -> (b -> f d) -> t a b -> f (t c d)

    base Data.Bitraversable

    Alias for bitraverse.

  8. gmapM :: (Data a, Monad m) => (forall d . Data d => d -> m d) -> a -> m a

    base 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 >>=.

  9. gmapMo :: (Data a, MonadPlus m) => (forall d . Data d => d -> m d) -> a -> m a

    base Data.Data

    Transformation of one immediate subterm with success

  10. gmapMp :: (Data a, MonadPlus m) => (forall d . Data d => d -> m d) -> a -> m a

    base Data.Data

    Transformation of at least one immediate subterm does not fail

Page 66 of many | Previous | Next