Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. makeMapM :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Generates a lambda expression which behaves like mapM (without requiring a Traversable instance).

  2. makeMapMOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Like makeMapM, but takes an FFTOptions argument.

  3. makeMapM :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Generates a lambda expression which behaves like mapM (without requiring a Traversable instance).

  4. makeMapMOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Like makeMapM, but takes an FFTOptions argument.

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

    basement Basement.Compat.Base

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

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

    basement Basement.Compat.Base

    Transformation of one immediate subterm with success

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

    basement Basement.Compat.Base

    Transformation of at least one immediate subterm does not fail

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

    basement Basement.Imports

    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

    basement Basement.Imports

    Transformation of one immediate subterm with success

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

    basement Basement.Imports

    Transformation of at least one immediate subterm does not fail

Page 78 of many | Previous | Next