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