Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. xelemEmpty :: Name -> Xml Elem

    xmlgen Text.XML.Generator

    Construct a simple-named element without any children.

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

  3. isBloomEmpty :: BloomFilter -> Bool

    haskoin-core Haskoin.Network.Bloom

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

  4. ServerItemEmpty :: ServerItem a

    mergeless Data.Mergeless.Item

    No documentation available.

  5. SymEmptyIdiomBracket :: Symbol

    Agda Agda.Syntax.Parser.Tokens

    No documentation available.

  6. fromEmpty :: Set a -> Set a -> Set a

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  7. someMonoidTypeRepMempty :: SomeMonoidTypeRep -> Dynamic

    cauldron Cauldron.Beans

    The mempty value corresponding to the inner TypeRep.

  8. ElmEmpty :: ElmValue

    elm-export Elm

    No documentation available.

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

  10. class PMEmpty (n :: k -> Type) (id :: k) | n -> id

    parameterized Parameterized.Data.Monoid

    Parameterized version of mempty in Monoid.

Page 11 of many | Previous | Next