[commit: base] master: fix cross-ref to "Catching all exceptions" section (#5546) (530fa0b)
Simon Marlow
marlowsd at gmail.com
Tue Oct 18 17:27:42 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/530fa0b23ed414ef3442803baf107d7a646b35f2
>---------------------------------------------------------------
commit 530fa0b23ed414ef3442803baf107d7a646b35f2
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Oct 18 10:42:04 2011 +0100
fix cross-ref to "Catching all exceptions" section (#5546)
>---------------------------------------------------------------
Control/Exception/Base.hs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Control/Exception/Base.hs b/Control/Exception/Base.hs
index 8a0f7b0..e64656f 100644
--- a/Control/Exception/Base.hs
+++ b/Control/Exception/Base.hs
@@ -358,8 +358,8 @@ blocked = return False
--
-- Note that we have to give a type signature to @e@, or the program
-- will not typecheck as the type is ambiguous. While it is possible
--- to catch exceptions of any type, see the previous section \"Catching all
--- exceptions\" for an explanation of the problems with doing so.
+-- to catch exceptions of any type, see the section \"Catching all
+-- exceptions\" (in "Control.Exception") for an explanation of the problems with doing so.
--
-- For catching exceptions in pure (non-'IO') expressions, see the
-- function 'evaluate'.
More information about the Cvs-libraries
mailing list