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. traverseMonoidMap :: (Ord k, DecidablyEmpty b, Applicative f) => (a -> f b) -> MonoidMap k a -> f (MonoidMap k b)

    monoid-map Data.MonoidMap

    No documentation available.

  2. unMonoidMap :: MonoidMap k v -> MonoidalMap k v

    monoid-map Data.MonoidMap

    No documentation available.

  3. newtype GMonoid a

    one-liner-instances Data.Monoid.OneLiner

    If a is a data type with a single constructor whose fields are all instances of Semigroup, then GMonoid a has a Semigroup instance. If a is a data type with a single constructor whose fields are all instances of Monoid, then GMonoid a has a Monoid instance. Will one day be able to be used with DerivingVia syntax, to derive instances automatically.

  4. GMonoid :: a -> GMonoid a

    one-liner-instances Data.Monoid.OneLiner

    No documentation available.

  5. getGMonoid :: GMonoid a -> a

    one-liner-instances Data.Monoid.OneLiner

    No documentation available.

Page 38 of many | Previous | Next