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. mappendClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  2. mappendName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  3. mappend_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  4. mappendFlatBag :: FlatBag a -> FlatBag a -> FlatBag a

    ghc-lib-parser 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.

  5. mappendFrom :: forall w (m :: Type -> Type) . (Monoid w, Monad m) => w -> Automaton m w w

    automaton Data.Automaton

    Like accumulateWith, with mappend as the accumulation function.

  6. mappendS :: forall w (m :: Type -> Type) . (Monoid w, Monad m) => Automaton m w w

    automaton Data.Automaton

    Like mappendFrom, initialised at mempty.

  7. mappendFrom :: forall n (m :: Type -> Type) . (Monoid n, Monad m) => n -> MSF m n n

    dunai Data.MonadicStreamFunction.Util

    Accumulate the inputs, starting from an initial monoid value.

  8. mappendS :: forall n (m :: Type -> Type) . (Monoid n, Monad m) => MSF m n n

    dunai Data.MonadicStreamFunction.Util

    Accumulate the inputs, starting from mempty.

  9. mappendMultipartData :: MultipartData tag -> MultipartData tag -> MultipartData tag

    autodocodec-servant-multipart Autodocodec.Multipart

    No documentation available.

  10. mappend' :: forall (n :: Natural) s (m :: Natural) . PokeKnownLen n s -> PokeKnownLen m s -> PokeKnownLen (n + m) s

    bytezap Bytezap.Poke.KnownLen

    No documentation available.

Page 7 of many | Previous | Next