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

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 class

[ 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=detail&atid=108032&aid=586934&group_id=8032 Category: Compiler Group: 5.04 Status: Open Resolution: None Priority: 5 Submitted By: geoff (snailtalk) >Assigned to: Simon Marlow (si

[ 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=detail&atid=108032&aid=502321&group_id=8032 Category: Compiler Group: 5.02 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Mike Sperber (sperber) Assigned to: Simon M

RE: takeMVar causes 'Segentation fault' when called from C

2002-09-02 Thread Simon Marlow
> Following example causes 'Segentation fault' under > Linux (Mandrake). Under Windows it works well. This is a known bug in 5.04; the fix will be in 5.04.1. Thanks for the report. Cheers, Simon ___ Glasgow-haskell-bugs mailing list [EMAIL PRO