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

Reply via email to