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. GenericMonoid :: a -> GenericMonoid a

    generic-monoid Data.Monoid.Generic

    No documentation available.

  2. mkMonoidal :: (Bin bin, Unbox val, Monoid val) => bin -> HBuilder (BinValue bin, val) (Histogram bin val)

    histogram-fill Data.Histogram.Fill

    Create builder. New value will be mappended to current content of a bin for each item put into the histogram

  3. mkMonoidalG :: forall bin (v :: Type -> Type) val . (Bin bin, Vector v val, Monoid val) => bin -> HBuilder (BinValue bin, val) (Histogram v bin val)

    histogram-fill Data.Histogram.Fill

    Create builder. New value will be mappended to current content of a bin for each item put into the histogram

  4. module Data.MonoidMap.Examples.NestedMonoidMap

    A nested map with compound keys, implemented in terms of MonoidMap.

  5. data NestedMonoidMap k1 k2 v

    monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap

    No documentation available.

  6. class (PSemigroup n t u v, PMEmpty n id) => PMonoid (n :: k -> Type) (id :: k) (t :: k) (u :: k) (v :: k)

    parameterized Parameterized.Data.Monoid

    Parameterized version of Monoid.

  7. class GMessageMonoid (f :: Type -> Type)

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  8. newtype FreeMonoid a

    folds Data.Fold.Internal

    No documentation available.

  9. FreeMonoid :: (forall m . Monoid m => (a -> m) -> m) -> FreeMonoid a

    folds Data.Fold.Internal

    No documentation available.

  10. runFreeMonoid :: FreeMonoid a -> forall m . Monoid m => (a -> m) -> m

    folds Data.Fold.Internal

    No documentation available.

Page 15 of many | Previous | Next