Hoogle Search

Within LTS Haskell 24.7 (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. mappendSym :: Symbol -> Symbol -> Symbol

    liquid-fixpoint Language.Fixpoint.Types.Names

    No documentation available.

  8. mappendFTC :: FTycon -> FTycon -> FTycon

    liquid-fixpoint Language.Fixpoint.Types.Sorts

    No documentation available.

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

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

    dunai Data.MonadicStreamFunction.Util

    Accumulate the inputs, starting from mempty.

Page 7 of many | Previous | Next