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. mappendBy :: Monoid b => (a -> b) -> a -> a -> b

    test-framework Test.Framework.Providers.API

    No documentation available.

  2. mappendClassOpKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

  3. mappendName :: Name

    ghc GHC.Builtin.Names

    No documentation available.

  4. mappend_RDR :: RdrName

    ghc GHC.Builtin.Names

    No documentation available.

  5. mappendFlatBag :: FlatBag a -> FlatBag a -> FlatBag a

    ghc GHC.Data.FlatBag

    Combine two FlatBags. The new FlatBag contains all elements from both FlatBags. If one of the FlatBags is empty, the old FlatBag is reused.

  6. mappend' :: forall (x :: k) . Monoid' f => f x -> f x -> f x

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  7. mappenddefault :: (Generic a, Monoid' (Rep a)) => a -> a -> a

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  8. mappendValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  9. mappendL :: m -> (m :+: n) -> m :+: n

    monoid-extras Data.Monoid.Coproduct

    Prepend a value from the left monoid.

  10. mappendR :: n -> (m :+: n) -> m :+: n

    monoid-extras Data.Monoid.Coproduct

    Prepend a value from the right monoid.

Page 6 of many | Previous | Next