Control.OldException: Map exceptions to old exceptions and back properly.
authorIan Lynagh <igloo@earth.li>
Thu, 14 Aug 2008 21:02:19 +0000 (21:02 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 14 Aug 2008 21:02:19 +0000 (21:02 +0000)
commit38b2f3cef719c9aab2223dcb417958f5d247c212
tree4280feb25dced7550a3aae468cbfb2dd1737852e
parent1a2c75698b74fe40e3cd91854c3f6a64e1dac348
Control.OldException: Map exceptions to old exceptions and back properly.
  * Control.OldException: Map exceptions to old exceptions and back properly.

It's really necessary to map them back as well, or the RTS and base library
will not recognize exceptions that got caught and rethrown. (See #2508)

Patch from Bertram Felgenhauer <int-e@gmx.de>
Control/OldException.hs