# File lib/facet/lisp.rb, line 326
def
prod
(
list
)
accumulate
(
lambda
{
|
x
,
y
|
x
*
y
},
1
,
list
)
end