Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

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

    deriving-compat Data.Functor.Deriving.Internal

    Like makeMapM, but takes an FFTOptions argument.

  2. makeMapM :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

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

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

    deriving-compat Data.Traversable.Deriving

    Like makeMapM, but takes an FFTOptions argument.

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

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

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

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

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

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

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

    ghc-internal GHC.Internal.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 >>=.

Page 78 of many | Previous | Next