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.
data
MappendSym1 (a6989586621680307186 :: a) (b :: TyFun a a)singletons-base Prelude.Singletons No documentation available.
type family
MappendSym2 (a6989586621680307186 :: a) (a6989586621680307187 :: a) :: asingletons-base Prelude.Singletons No documentation available.
gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> asemigroups Data.Semigroup.Generic 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
reifiedMappend :: ReifiedMonoid a -> a -> a -> alens Control.Lens.Internal.Fold No documentation available.
NonCanonical_Mappend :: NonCanonical_Monoidghc GHC.Tc.Errors.Types mappend was defined as something other than (<>).
gmappend :: GMonoid a => a -> a -> ageneric-deriving Generics.Deriving.Monoid Generic mappend
gmappend' :: forall (x :: k) . GMonoid' f => f x -> f x -> f xgeneric-deriving Generics.Deriving.Monoid No documentation available.
gmappenddefault :: (Generic a, GMonoid' (Rep a)) => a -> a -> ageneric-deriving Generics.Deriving.Monoid No documentation available.
reifiedMappend :: ReifiedMonoid a -> a -> a -> areflection Data.Reflection No documentation available.
gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> aCabal-syntax Distribution.Compat.Prelude 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