[ ghc-Bugs-502321 ] tmp file not found after ghci :reload

2002-09-02 Thread noreply
Bugs item #502321, was opened at 2002-01-11 14:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=502321group_id=8032 Category: Compiler Group: 5.02 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Mike Sperber (sperber) Assigned to: Simon

[ ghc-Bugs-586934 ] ghc fail build with gcc 3.1

2002-09-02 Thread noreply
Bugs item #586934, was opened at 2002-07-26 10:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=586934group_id=8032 Category: Compiler Group: 5.04 Status: Open Resolution: None Priority: 5 Submitted By: geoff (snailtalk) Assigned to: Simon Marlow

RE: bug with rank n polymorphism in classes

2002-09-02 Thread Simon Peyton-Jones
I spoke too soon. This is a real bug, and I'm fixing it. Thanks for the report S | -Original Message- | From: Hal Daume III [mailto:[EMAIL PROTECTED]] | Sent: 01 September 2002 14:27 | To: Simon Peyton-Jones | Cc: [EMAIL PROTECTED] | Subject: RE: bug with rank n polymorphism in

Priority of % (Ratio)

2002-09-02 Thread Jon Fairbairn
If I load ratio and type 2^3%5 into Hugs I get 8 % 5 as I'd expect. If I do the same for ghci, I get an error message, because it's parsed it as 2^(3%5). Prelude Ratio ought to have infixl 7 % (or maybe it should be in GHC.Real), but I can't find it (in either) Which reminds me: please