Instant is
off
|
Search plugin
|
Manual
|
haskell.org
product
+base
Packages
base
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.
get
Product
:: Product a -> a
base
Data.Monoid
©
Neil Mitchell
2004-2012, version 4.2.11