Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

  1. module Data.Functor.Product

    Products, lifted to functors.

  2. data Product f g a

    base Data.Functor.Product

    Lifted product of functors.

  3. newtype Product a

    base Data.Monoid

    Monoid under multiplication.

    >>> getProduct (Product 3 <> Product 4 <> mempty)
    12
    

  4. Product :: a -> Product a

    base Data.Monoid

    No documentation available.

  5. newtype Product a

    base Data.Semigroup

    Monoid under multiplication.

    >>> getProduct (Product 3 <> Product 4 <> mempty)
    12
    

  6. Product :: a -> Product a

    base Data.Semigroup

    No documentation available.

  7. newtype () => Product a

    base-compat Data.Monoid.Compat

    Monoid under multiplication.

    >>> getProduct (Product 3 <> Product 4 <> mempty)
    12
    

  8. Product :: a -> Product a

    base-compat Data.Monoid.Compat

    No documentation available.

  9. newtype () => Product a

    base-compat Data.Semigroup.Compat

    Monoid under multiplication.

    >>> getProduct (Product 3 <> Product 4 <> mempty)
    12
    

  10. Product :: a -> Product a

    base-compat Data.Semigroup.Compat

    No documentation available.

Page 1 of many | Next