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 :: (Generic a, Monoid (Rep a ())) => a

    generic-data Generic.Data.Internal.Prelude

    Generic mempty.

    instance Monoid MyType where
    mempty = gmempty
    

  2. xelemEmpty :: Name -> Xml Elem

    xmlgen Text.XML.Generator

    Construct a simple-named element without any children.

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

    cabal-install-solver Distribution.Solver.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
    

  4. isBloomEmpty :: BloomFilter -> Bool

    haskoin-core Haskoin.Network.Bloom

    Returns True if the filter is empty (all bytes set to 0x00)

  5. ServerItemEmpty :: ServerItem a

    mergeless Data.Mergeless.Item

    No documentation available.

  6. SymEmptyIdiomBracket :: Symbol

    Agda Agda.Syntax.Parser.Tokens

    No documentation available.

  7. fromEmpty :: Set a -> Set a -> Set a

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  8. someMonoidTypeRepMempty :: SomeMonoidTypeRep -> Dynamic

    cauldron Cauldron.Beans

    The mempty value corresponding to the inner TypeRep.

  9. ElmEmpty :: ElmValue

    elm-export Elm

    No documentation available.

  10. genericMempty :: (Generic a, MemptyProduct (Rep a)) => a

    generic-monoid Data.Monoid.Generic

    A generic mempty function which works for product types where each contained type is itself a Monoid. It simply calls mempty for each field. If you don't want to use the deriving via mechanism, use this function to implement the Monoid type class.

Page 11 of many | Previous | Next