Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. memptyRecordMap :: (Monoid r, IsRecordIntMap r c m) => m

    columnar Text.Columnar

    often we will want to construct a Monoid Intmap from Monoid records

  2. data MEmpty_ (b :: a)

    first-class-families Fcf.Class.Monoid

    Type-level monoid identity mempty. This is the fcf-encoding of MEmpty.

  3. type family MemptySym0 :: a

    singletons-base Data.Monoid.Singletons

    No documentation available.

  4. type family MemptySym0 :: a

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  5. type family MemptySym0 :: a

    singletons-base Prelude.Singletons

    No documentation available.

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

    semigroups Data.Semigroup.Generic

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

    lens Control.Lens.Internal.Fold

    No documentation available.

  8. newtype PmEmptyCase

    ghc GHC.HsToCore.Pmc.Types

    A guard tree denoting an -XEmptyCase.

  9. PmEmptyCase :: Id -> PmEmptyCase

    ghc GHC.HsToCore.Pmc.Types

    No documentation available.

  10. gmempty :: GMonoid a => a

    generic-deriving Generics.Deriving.Monoid

    Generic mempty

Page 8 of many | Previous | Next