[project @ 1999-10-19 15:09:40 by sewardj]
authorsewardj <unknown>
Tue, 19 Oct 1999 15:09:40 +0000 (15:09 +0000)
committersewardj <unknown>
Tue, 19 Oct 1999 15:09:40 +0000 (15:09 +0000)
Remove debugging export of ST(..), which causes failures in nofib.

ghc/interpreter/lib/Prelude.hs
ghc/lib/hugs/Prelude.hs

index ebee5b4..21b9aa9 100644 (file)
@@ -113,7 +113,7 @@ module Prelude (
     ,unsafeInterleaveIO,nh_write,primCharToInt
 
     -- debugging hacks
-    ,ST(..)
+    --,ST(..)
   ) where
 
 -- Standard value bindings {Prelude} ----------------------------------------
index ebee5b4..21b9aa9 100644 (file)
@@ -113,7 +113,7 @@ module Prelude (
     ,unsafeInterleaveIO,nh_write,primCharToInt
 
     -- debugging hacks
-    ,ST(..)
+    --,ST(..)
   ) where
 
 -- Standard value bindings {Prelude} ----------------------------------------