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.
-
deriving-compat Data.Foldable.Deriving Generates a lambda expression which behaves like foldMap (without requiring a Foldable instance).
makeFoldMapOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Foldable.Deriving Like makeFoldMap, but takes an FFTOptions argument.
-
deriving-compat Data.Functor.Deriving Generates a lambda expression which behaves like fmap (without requiring a Functor instance).
makeFmapOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Functor.Deriving Like makeFmap, but takes an FFTOptions argument.
-
deriving-compat Data.Functor.Deriving.Internal Generates a lambda expression which behaves like fmap (without requiring a Functor instance).
makeFmapOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Functor.Deriving.Internal Like makeFmap, but takes an FFTOptions argument.
-
deriving-compat Data.Functor.Deriving.Internal Generates a lambda expression which behaves like foldMap (without requiring a Foldable instance).
makeFoldMapOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Functor.Deriving.Internal Like makeFoldMap, but takes an FFTOptions argument.
-
deriving-compat Data.Functor.Deriving.Internal Generates a lambda expression which behaves like mapM (without requiring a Traversable instance).
makeMapMOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Functor.Deriving.Internal Like makeMapM, but takes an FFTOptions argument.