X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException%2FBase.hs;h=5794de38c45a727f4483adf7afde188d4b8c10c8;hb=7b2cb5626544e89431b8fbc42ab3eca072913b23;hp=4c7ce958f7ddce6d8dc5545f8ea38486926e707e;hpb=5b7361dbe789dbea3bf6176ba5a0c161f24a8de0;p=ghc-base.git diff --git a/Control/Exception/Base.hs b/Control/Exception/Base.hs index 4c7ce95..5794de3 100644 --- a/Control/Exception/Base.hs +++ b/Control/Exception/Base.hs @@ -340,7 +340,7 @@ 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. +-- exceptions\" for an explanation of the problems with doing so. -- -- For catching exceptions in pure (non-'IO') expressions, see the -- function 'evaluate'.