From: rrt Date: Thu, 18 Oct 2001 11:14:17 +0000 (+0000) Subject: [project @ 2001-10-18 11:14:17 by rrt] X-Git-Tag: nhc98-1-18-release~1159 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f61a5cd4c1f13a44c212fce464e35d1796fe9110;p=ghc-base.git [project @ 2001-10-18 11:14:17 by rrt] Remove comment that was for STGHUGS. --- diff --git a/Control/Exception.hs b/Control/Exception.hs index 96205c6..abd0861 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Exception.hs,v 1.3 2001/10/18 11:10:19 rrt Exp $ +-- $Id: Exception.hs,v 1.4 2001/10/18 11:14:17 rrt Exp $ -- -- The External API for exceptions. The functions provided in this -- module allow catching of exceptions in the IO monad. @@ -47,7 +47,6 @@ module Control.Exception ( -- Throwing exceptions throw, -- :: Exception -> a - -- for now throwTo, -- :: ThreadId -> Exception -> a -- Dynamic exceptions