Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. module TextShow.Data.Functor.Product

    TextShow instance for Product. Since: 3

  2. newtype Product a

    numhask NumHask.Algebra.Multiplicative

    A wrapper for an Multiplicative which distinguishes the multiplicative structure

  3. Product :: a -> Product a

    numhask NumHask.Algebra.Multiplicative

    No documentation available.

  4. data Product a

    lens-family-core Lens.Family

    Monoid under multiplication.

    Product x <> Product y == Product (x * y)
    

    Examples

    >>> Product 3 <> Product 4 <> mempty
    Product {getProduct = 12}
    
    >>> mconcat [ Product n | n <- [2 .. 10]]
    Product {getProduct = 3628800}
    

  5. module Optics.TH.Internal.Product

    No documentation available.

  6. newtype Product a

    optparse-generic Options.Generic

    Monoid under multiplication.

    Product x <> Product y == Product (x * y)
    

    Examples

    >>> Product 3 <> Product 4 <> mempty
    Product {getProduct = 12}
    
    >>> mconcat [ Product n | n <- [2 .. 10]]
    Product {getProduct = 3628800}
    

  7. Product :: a -> Product a

    optparse-generic Options.Generic

    No documentation available.

  8. module Rebase.Data.Bifunctor.Product

    No documentation available.

  9. module Rebase.Data.Functor.Product

    No documentation available.

  10. Product :: Operation

    hvega Graphics.Vega.VegaLite

    Product of field values to be used in an aggregate operation. This was added in Vega-Lite 4.6.0.

Page 4 of many | Previous | Next