[Haskell-cafe] Re: Shouldn't this loop indefinitely => take (last [0..]) [0..]

Loup Vaillant loup.vaillant at gmail.com
Fri Apr 4 11:37:07 EDT 2008


2008/4/4, Neil Mitchell <ndmitchell at gmail.com>:
>
>  Also, having strict Int's by default is a bit ugly, in an
>  otherwise lazy-by-default language.

You do mean that, for example
(\x -> x + 1) (1/0 :: Int) <=> _|_ ?

Does it bites often (and how, if you have any example)?

cheers,
Loup


More information about the Haskell-Cafe mailing list