Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> aCabal-syntax Distribution.Compat.Semigroup Generically generate a Semigroup (<>) operation for any type implementing Generic. This operation will append two values by point-wise appending their component fields. It is only defined for product types.
gmappend a (gmappend b c) = gmappend (gmappend a b) c
-
singletons-base Data.Monoid.Singletons No documentation available.
-
singletons-base Data.Singletons.Base.TH No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
genericMappend :: (Generic a, GMonoid (Rep a)) => a -> a -> aopenapi3 Data.OpenApi.Internal.Utils No documentation available.
gmappend :: GMonoid f => f p -> f p -> f popenapi3 Data.OpenApi.Internal.Utils No documentation available.
swaggerMappend :: SwaggerMonoid m => m -> m -> mopenapi3 Data.OpenApi.Internal.Utils No documentation available.
genericMappend :: (Generic a, GMonoid (Rep a)) => a -> a -> aswagger2 Data.Swagger.Internal.Utils No documentation available.
gmappend :: GMonoid f => f p -> f p -> f pswagger2 Data.Swagger.Internal.Utils No documentation available.
swaggerMappend :: SwaggerMonoid m => m -> m -> mswagger2 Data.Swagger.Internal.Utils No documentation available.