From: Simon Marlow Date: Wed, 16 May 2007 13:35:03 +0000 (+0000) Subject: raise#: break *after* stripping the stack, not before X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a87c4b292cc7e412aefcdb66e72c97b5a2c9f1d6;hp=a87c4b292cc7e412aefcdb66e72c97b5a2c9f1d6;p=ghc-hetmet.git raise#: break *after* stripping the stack, not before This means that thunks under evaluation will have been updated with the exception when we come to inspect them in GHCi. Blackholes are much less friendly. ---