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.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
mappendFlatBag :: FlatBag a -> FlatBag a -> FlatBag aghc-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.
mappendFrom :: forall w (m :: Type -> Type) . (Monoid w, Monad m) => w -> Automaton m w wautomaton Data.Automaton Like accumulateWith, with mappend as the accumulation function.
mappendS :: forall w (m :: Type -> Type) . (Monoid w, Monad m) => Automaton m w wautomaton Data.Automaton Like mappendFrom, initialised at mempty.
mappendSym :: Symbol -> Symbol -> Symbolliquid-fixpoint Language.Fixpoint.Types.Names No documentation available.
mappendFTC :: FTycon -> FTycon -> FTyconliquid-fixpoint Language.Fixpoint.Types.Sorts No documentation available.
mappendFrom :: forall n (m :: Type -> Type) . (Monoid n, Monad m) => n -> MSF m n ndunai Data.MonadicStreamFunction.Util Accumulate the inputs, starting from an initial monoid value.
mappendS :: forall n (m :: Type -> Type) . (Monoid n, Monad m) => MSF m n ndunai Data.MonadicStreamFunction.Util Accumulate the inputs, starting from mempty.