[project @ 1997-05-26 05:14:14 by sof]
authorsof <unknown>
Mon, 26 May 1997 05:14:14 +0000 (05:14 +0000)
committersof <unknown>
Mon, 26 May 1997 05:14:14 +0000 (05:14 +0000)
Fluff

ghc/lib/ghc/STBase.lhs

index bdc7a65..1eaa104 100644 (file)
@@ -43,9 +43,11 @@ instance Monad (ST s) where
        case (k r) of { ST k2 ->
        (k2 new_s) }}
 
-{-# INLINE returnST #-}
+
 
 -- here for backward compatibility:
+
+{-# INLINE returnST #-}
 returnST :: a -> ST s a
 thenST  :: ST s a -> (a -> ST s b) -> ST s b
 seqST   :: ST s a -> ST s b -> ST s b