From f61a5cd4c1f13a44c212fce464e35d1796fe9110 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 18 Oct 2001 11:14:17 +0000 Subject: [PATCH] [project @ 2001-10-18 11:14:17 by rrt] Remove comment that was for STGHUGS. --- Control/Exception.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4