diff options
author | rrt <unknown> | 2001-10-18 11:14:17 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-10-18 11:14:17 +0000 |
commit | b83cfb91b4d36d148ebe171d31e2676c8f10f371 (patch) | |
tree | a2d3be759f8bfc5deae3ba94fa05fcef8d644e04 | |
parent | 4cb5bacc6785cc8671dfe30da768ff0b463bf96a (diff) | |
download | haskell-b83cfb91b4d36d148ebe171d31e2676c8f10f371.tar.gz |
[project @ 2001-10-18 11:14:17 by rrt]
Remove comment that was for STGHUGS.
-rw-r--r-- | libraries/base/Control/Exception.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/base/Control/Exception.hs b/libraries/base/Control/Exception.hs index 96205c65de..abd0861e48 100644 --- a/libraries/base/Control/Exception.hs +++ b/libraries/base/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 |