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

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

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

  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 Prelude.Singletons

    No documentation available.

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

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

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

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

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

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

Page 10 of many | Previous | Next