[project @ 2005-12-13 15:57:49 by simonmar]
[haskell-directory.git] / GHC / STRef.lhs
index ed56bc9..efaa578 100644 (file)
@@ -1,5 +1,5 @@
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.STRef
@@ -14,6 +14,7 @@
 --
 -----------------------------------------------------------------------------
 
+-- #hide
 module GHC.STRef where
 
 import GHC.ST