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.
gmempty :: (Generic a, Monoid (Rep a ())) => ageneric-data Generic.Data.Internal.Prelude Generic mempty.
instance Monoid MyType where mempty = gmempty
xelemEmpty :: Name -> Xml Elemxmlgen Text.XML.Generator Construct a simple-named element without any children.
gmempty :: (Generic a, GMonoid (Rep a)) => acabal-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
isBloomEmpty :: BloomFilter -> Boolhaskoin-core Haskoin.Network.Bloom Returns True if the filter is empty (all bytes set to 0x00)
ServerItemEmpty :: ServerItem amergeless Data.Mergeless.Item No documentation available.
SymEmptyIdiomBracket :: SymbolAgda Agda.Syntax.Parser.Tokens No documentation available.
fromEmpty :: Set a -> Set a -> Set acabal-debian Debian.Debianize.Prelude No documentation available.
someMonoidTypeRepMempty :: SomeMonoidTypeRep -> Dynamiccauldron Cauldron.Beans -
elm-export Elm No documentation available.
genericMempty :: (Generic a, MemptyProduct (Rep a)) => ageneric-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.