It is a known, and tiresome, bug. Thanks for
reporting it. The more people do, the more likely
we are to fix it!
Simon
| -----Original Message-----
| From: Daniel MARGULIUS [mailto:[EMAIL PROTECTED]]
| Sent: 10 February 2000 03:53
| To: [EMAIL PROTECTED]
| Subject: This could be a bug
|
|
| Hello lovely GHC people. I may have found a bug.
|
| If I leave a hanging right brace where one might have been for a 'let'
| expression, eg:
|
| let env' = extendVarEnvList rho env }
|
| I then receive the message:
|
| panic! (the `impossible' happened):
| Lex.popContext: empty context
|
| When I take this right brace away, my file compiles without a problem.
|
| Tell me what you find.
|
|
| daniel
|
|