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. gmempty' :: forall (x :: k) . GMonoid' f => f x

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  2. gmemptydefault :: (Generic a, GMonoid' (Rep a)) => a

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  3. fromEmpty :: forall a (f :: Type -> Type) . T a -> T f a

    non-empty Data.Optional

    No documentation available.

  4. reifiedMempty :: ReifiedMonoid a -> a

    reflection Data.Reflection

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    Generically generate a Monoid mempty for any product-like type implementing Generic. It is only defined for product types.

    gmappend gmempty a = a = gmappend a gmempty
    

  6. gmempty :: (Generic a, GMonoid (Rep a)) => a

    Cabal-syntax Distribution.Compat.Semigroup

    Generically generate a Monoid mempty for any product-like type implementing Generic. It is only defined for product types.

    gmappend gmempty a = a = gmappend a gmempty
    

  7. XInfoStreamEmptyResponse :: Integer -> Integer -> Integer -> Integer -> ByteString -> XInfoStreamResponse

    hedis Database.Redis

    No documentation available.

  8. XInfoStreamEmptyResponse :: Integer -> Integer -> Integer -> Integer -> ByteString -> XInfoStreamResponse

    hedis Database.Redis.Sentinel

    No documentation available.

  9. sMempty :: SMonoid a => Sing (MemptySym0 :: a)

    singletons-base Data.Monoid.Singletons

    No documentation available.

  10. sMempty :: SMonoid a => Sing (MemptySym0 :: a)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

Page 9 of many | Previous | Next