Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. makeFoldMap :: Name -> Q Exp

    deriving-compat Data.Foldable.Deriving

    Generates a lambda expression which behaves like foldMap (without requiring a Foldable instance).

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

    deriving-compat Data.Foldable.Deriving

    Like makeFoldMap, but takes an FFTOptions argument.

  3. makeFmap :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving

    Generates a lambda expression which behaves like fmap (without requiring a Functor instance).

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

    deriving-compat Data.Functor.Deriving

    Like makeFmap, but takes an FFTOptions argument.

  5. makeFmap :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Generates a lambda expression which behaves like fmap (without requiring a Functor instance).

  6. makeFmapOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Like makeFmap, but takes an FFTOptions argument.

  7. makeFoldMap :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Generates a lambda expression which behaves like foldMap (without requiring a Foldable instance).

  8. makeFoldMapOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Like makeFoldMap, but takes an FFTOptions argument.

  9. makeMapM :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

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

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

    deriving-compat Data.Functor.Deriving.Internal

    Like makeMapM, but takes an FFTOptions argument.

Page 545 of many | Previous | Next