X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException.hs;h=76b4d63dbdc98bb4ef9051cd477f621fd8188e29;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=0248ff2e37f8c41c451f266e33b43ed3a9f0595b;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Exception.hs b/Control/Exception.hs index 0248ff2..76b4d63 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Exception -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Exception.hs,v 1.6 2002/02/05 17:32:25 simonmar Exp $ +-- $Id: Exception.hs,v 1.7 2002/04/24 16:31:37 simonmar Exp $ -- -- The External API for exceptions. The functions provided in this -- module allow catching of exceptions in the IO monad.