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. reifiedMappend :: ReifiedMonoid a -> a -> a -> a

    reflection Data.Reflection

    No documentation available.

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

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

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

  4. sMappend :: forall (t1 :: a) (t2 :: a) . SMonoid a => Sing t1 -> Sing t2 -> Sing (Apply (Apply (MappendSym0 :: TyFun a (a ~> a) -> Type) t1) t2)

    singletons-base Data.Monoid.Singletons

    No documentation available.

  5. sMappend :: forall (t1 :: a) (t2 :: a) . SMonoid a => Sing t1 -> Sing t2 -> Sing (Apply (Apply (MappendSym0 :: TyFun a (a ~> a) -> Type) t1) t2)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  6. sMappend :: forall (t1 :: a) (t2 :: a) . SMonoid a => Sing t1 -> Sing t2 -> Sing (Apply (Apply (MappendSym0 :: TyFun a (a ~> a) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

  7. genericMappend :: (Generic a, GMonoid (Rep a)) => a -> a -> a

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

  8. gmappend :: GMonoid f => f p -> f p -> f p

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

  9. swaggerMappend :: SwaggerMonoid m => m -> m -> m

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

Page 10 of many | Previous | Next