From: simonmar Date: Tue, 13 Dec 2005 15:57:50 +0000 (+0000) Subject: [project @ 2005-12-13 15:57:49 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~92 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=11d4497ccdbc6758ea9d0a6deff0f2794c03b76c;hp=11d4497ccdbc6758ea9d0a6deff0f2794c03b76c;p=ghc-hetmet.git [project @ 2005-12-13 15:57:49 by simonmar] Raise the (new) exception NestedAtomically when atomically is nested (using unsafePerformIO). This is a small improvement over crashing. ---