
7 Jan
2009
7 Jan
'09
8:47 a.m.
On Wed, 7 Jan 2009, Jan Christiansen wrote:
The non least strict definition of (*) is taken from the module Data.Number.Natural which was published by Lennart Augustsson in the numbers package at hackage. I mention this here because I think it clearly shows that it is even hard for experienced Haskell programmers to define least strict functions.
very interesting ... It's the third time within about 2 months were I was pointed to a lack of laziness in my own Peano implementation!