Product

Products, lifted to functors.
Lifted product of functors.
Monoid under multiplication.
>>> getProduct (Product 3 <> Product 4 <> mempty)
12
The product of two bifunctors.
Form the product of two bifunctors
Matrix product and related functions
Magic product operations using Generics These classes need not be instantiated manually, as GHC can automatically prove valid instances via Generics. Only the Generic class needs to be derived (see examples).
TextShow instance for Product. Since: 3
Monoid under multiplication.
>>> getProduct (Product 3 <> Product 4 <> mempty)
12
Product of field values to be used in an aggregate operation. This was added in Vega-Lite 4.6.0.
An extensible product type. This is similar to Union, except a product type instead of a sum type.