sloppy bug report

2003-03-17 Thread Bernard James POPE
Hi, Apologies for the sloppiness of this bug report. in ghc 5.04.2 I get this message: ghc-5.04.2: panic! (the `impossible' happened, GHC version 5.04.2): coreSyn/Subst.lhs:385: Non-exhaustive patterns in function zip_ty_env I would love to try and give you a simple test case, but I can

RE: floating point literals

2003-03-17 Thread Simon Marlow
> On Mon, Mar 17, 2003 at 10:33:47AM +, Ross Paterson wrote: > > GHC doesn't recognize literals like 9e2, and nor does lex. > > Correction: > GHC doesn't recognize 9e2 > lex is confused by 0xy, 0oy, 9e+y and 9.0e+y Fixed GHC, I'll leave lex to someone more familiar with the code... Cheers,

Re: floating point literals

2003-03-17 Thread Ross Paterson
On Mon, Mar 17, 2003 at 10:33:47AM +, Ross Paterson wrote: > GHC doesn't recognize literals like 9e2, and nor does lex. Correction: GHC doesn't recognize 9e2 lex is confused by 0xy, 0oy, 9e+y and 9.0e+y ___ Glasgow-haskell-bugs mailing list [EMAIL PR

floating point literals

2003-03-17 Thread Ross Paterson
GHC doesn't recognize literals like 9e2, and nor does lex. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs