Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

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

    deriving-compat Data.Foldable.Deriving

    Like makeFoldMap, but takes an FFTOptions argument.

  2. makeFmap :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving

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

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

    deriving-compat Data.Functor.Deriving

    Like makeFmap, but takes an FFTOptions argument.

  4. makeFmap :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

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

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

    deriving-compat Data.Functor.Deriving.Internal

    Like makeFmap, but takes an FFTOptions argument.

  6. makeFoldMap :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

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

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

    deriving-compat Data.Functor.Deriving.Internal

    Like makeFoldMap, but takes an FFTOptions argument.

  8. makeMapM :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

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

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

    deriving-compat Data.Functor.Deriving.Internal

    Like makeMapM, but takes an FFTOptions argument.

  10. makeMapM :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

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

Page 545 of many | Previous | Next