[project @ 1999-11-23 10:03:41 by sewardj]
authorsewardj <unknown>
Tue, 23 Nov 1999 10:03:41 +0000 (10:03 +0000)
committersewardj <unknown>
Tue, 23 Nov 1999 10:03:41 +0000 (10:03 +0000)
wibble

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

index 406d775..3ada1bc 100644 (file)
@@ -1806,7 +1806,6 @@ newtype ST s a = ST (s -> (a,s))
 data RealWorld
 type IO a = ST RealWorld a
 
-
 --primRunST :: (forall s. ST s a) -> a
 primRunST :: ST RealWorld a -> a
 primRunST m = fst (unST m theWorld)
index 406d775..3ada1bc 100644 (file)
@@ -1806,7 +1806,6 @@ newtype ST s a = ST (s -> (a,s))
 data RealWorld
 type IO a = ST RealWorld a
 
-
 --primRunST :: (forall s. ST s a) -> a
 primRunST :: ST RealWorld a -> a
 primRunST m = fst (unST m theWorld)