[project @ 2005-02-03 10:32:11 by ross]
[ghc-base.git] / GHC / Ptr.lhs
index 1fbfeb6..222524c 100644 (file)
@@ -1,5 +1,5 @@
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.Ptr
@@ -14,6 +14,7 @@
 --
 -----------------------------------------------------------------------------
 
+-- #hide
 module GHC.Ptr where
 
 import GHC.Base