2008/4/4, Neil Mitchell :
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