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.

  1. data MappendSym1 (a6989586621680307186 :: a) (b :: TyFun a a)

    singletons-base Prelude.Singletons

    No documentation available.

  2. type family MappendSym2 (a6989586621680307186 :: a) (a6989586621680307187 :: a) :: a

    singletons-base Prelude.Singletons

    No documentation available.

  3. gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> a

    semigroups 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
    

  4. reifiedMappend :: ReifiedMonoid a -> a -> a -> a

    lens Control.Lens.Internal.Fold

    No documentation available.

  5. NonCanonical_Mappend :: NonCanonical_Monoid

    ghc GHC.Tc.Errors.Types

    mappend was defined as something other than (<>).

  6. gmappend :: GMonoid a => a -> a -> a

    generic-deriving Generics.Deriving.Monoid

    Generic mappend

  7. gmappend' :: forall (x :: k) . GMonoid' f => f x -> f x -> f x

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  8. gmappenddefault :: (Generic a, GMonoid' (Rep a)) => a -> a -> a

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  9. reifiedMappend :: ReifiedMonoid a -> a -> a -> a

    reflection Data.Reflection

    No documentation available.

  10. gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> a

    Cabal-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
    

Page 9 of many | Previous | Next