Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    monoid-map Data.MonoidMap

    No documentation available.

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

  3. GMonoid :: a -> GMonoid a

    one-liner-instances Data.Monoid.OneLiner

    No documentation available.

  4. getGMonoid :: GMonoid a -> a

    one-liner-instances Data.Monoid.OneLiner

    No documentation available.

Page 38 of many | Previous | Next