Re: 0/0 => "nan", not "NaN". Also, empty hsc2hs dir and "invalid predicate `-wholename'"
Ian Lynagh <[email protected]> Thu, 22 Mar 2007 01:21:22 +0000
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 22, 2007 at 01:13:58AM +0000, Ian Lynagh wrote:
>
> show (0/0 :: Double)
>
> is "nan", but it will only read "NaN".
Oh, and the same for
inf -> Infinity
-int -> -Infinity
of course.
Thanks
Ian