[Haskell-cafe] CPS and the product function

Eugene Kirpichov ekirpichov at gmail.com
Mon Apr 20 09:40:42 EDT 2009


Check that by experiment in ghci or by looking at the source:

Prelude*> product [0..]

Or search "product" at http://holumbus.fh-wedel.de/hayoo/hayoo.html
and click on one of the Source links.

2009/4/20 michael rice <nowgate at yahoo.com>:
> I've been looking at CPS in Haskell and wondering how many multiplications
> the product function performs if it encounters a zero somewhere in the input
> list. Zero?
>
> Does anyone know the definition of the product function?
>
> Michael
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



-- 
Eugene Kirpichov
Web IR developer, market.yandex.ru


More information about the Haskell-Cafe mailing list