Hoogle Search

Within LTS Haskell 24.7 (ghc-9.10.2)

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

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  2. data MappendSym0 (a1 :: TyFun a a ~> a)

    singletons-base Prelude.Singletons

    No documentation available.

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

    singletons-base Prelude.Singletons

    No documentation available.

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

    singletons-base Prelude.Singletons

    No documentation available.

  5. 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
    

  6. reifiedMappend :: ReifiedMonoid a -> a -> a -> a

    lens Control.Lens.Internal.Fold

    No documentation available.

  7. NonCanonical_Mappend :: NonCanonical_Monoid

    ghc GHC.Tc.Errors.Types

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

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

    generic-deriving Generics.Deriving.Monoid

    Generic mappend

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

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

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

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

Page 9 of many | Previous | Next