Instant is
off
|
Search plugin
|
Manual
|
haskell.org
product
-package
Packages
package
base
transformers
product
:: Num a => [a] -> a
base
Prelude
,
base
Data.List
The
product
function computes the product of a finite list of numbers.
Product
:: a -> Product a
base
Data.Monoid
newtype
Product
a
base
Data.Monoid
Monoid under multiplication.
product
:: (Foldable t, Num a) => t a -> a
base
Data.Foldable
The
product
function computes the product of the numbers of a structure.
module
Data.Functor.
Product
transformers
Data.Functor.Product
Products, lifted to functors.
data
Product
f g a
transformers
Data.Functor.Product
Lifted product of functors.
get
Product
:: Product a -> a
base
Data.Monoid
©
Neil Mitchell
2004-2012, version 4.2.11