RE: impossible in ghc 6.2

2004-01-08 Thread Simon Peyton-Jones
module AbstractSyntax Thanks for a great report. Simon | -Original Message- | From: Isaac Jones [mailto:[EMAIL PROTECTED] | Sent: 07 January 2004 19:37 | To: Simon Peyton-Jones | Cc: [EMAIL PROTECTED] | Subject: RE: impossible in ghc 6.2 | | On Wed, 2004-01-07 at 11:59, Simon Peyton-Jones

RE: impossible in ghc 6.2

2004-01-07 Thread Simon Peyton-Jones
Very mysterious. I've never seen one of these without -dcore-lint bleating first. Suggestions: 1. Don't use --make, so you can be certain which module is involved. 2. On the module that breaks, add -verbose-core2-core -dppr-debug -ddump-stg and send us the output. Simon |

RE: impossible in ghc 6.2

2004-01-07 Thread Isaac Jones
On Wed, 2004-01-07 at 11:59, Simon Peyton-Jones wrote: Very mysterious. I've never seen one of these without -dcore-lint bleating first. I added -dcore-lint again and don't see anything, but I include all the output below... Suggestions: 1. Don't use --make, so you can be certain which