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

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  2. memptyIfFalse :: Monoid m => Bool -> m -> m

    relude Relude.Monoid

    Returns the given value in case of the given predicate is satisfied (is True). Otherwise, it returns mempty.

    >>> memptyIfFalse True (Just "Hello")
    Just "Hello"
    
    >>> memptyIfFalse False "Doesn't matter"
    ""
    

  3. memptyIfTrue :: Monoid m => Bool -> m -> m

    relude Relude.Monoid

    Returns the given value in case of the given predicate is unsatisfied (is False). Otherwise, it returns mempty.

    >>> memptyIfTrue True (Just "Hello")
    Nothing
    
    >>> memptyIfTrue False "Does matter"
    "Does matter"
    

  4. memptyValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  5. memptyClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  6. memptyName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. mempty_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. memptyMultipartData :: MultipartData tag

    autodocodec-servant-multipart Autodocodec.Multipart

    No documentation available.

  9. mempty' :: PokeKnownLen 0 s

    bytezap Bytezap.Poke.KnownLen

    No documentation available.

  10. memptyRecordHashMap :: (Monoid r, IsRecordHashMap r c m) => m

    columnar Text.Columnar

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

Page 7 of many | Previous | Next