Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way the
authorThomas Schilling <nominolo@googlemail.com>
Mon, 6 Oct 2008 22:28:31 +0000 (22:28 +0000)
committerThomas Schilling <nominolo@googlemail.com>
Mon, 6 Oct 2008 22:28:31 +0000 (22:28 +0000)
commit1a93895686c5ad0dfd3fd1279a4bd51fd5a3279e
tree3b3c6d26ea8b04eaeb5a550ec250600022d4e703
parent7be8ea9d9f97e6d437aeaeb2aaad39c4c42d3591
Make 'gblock' and 'gunblock' part of 'ExceptionMonad'.  This way the
default implementations of 'gbracket' and 'gfinally' just work.

MERGE TO 6.10
compiler/ghci/GhciMonad.hs
compiler/main/HscTypes.lhs
compiler/utils/Exception.hs