On 6/02/2011, at 4:21 AM, Andrew Coppin wrote: > I didn't think Clean supported laziness at all? I thought it was a strict > language.
Absolutely not. Back in the Good Old Days the one thing that used to keep on tripping me up is that Haskell if e0 then e1 else e2 <=> Clean if e0 e1 e2 Now, in what kind of language can 'if' be a perfectly ordinary function? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe