[project @ 2002-07-23 14:52:46 by simonpj]
[ghc-base.git] / GHC / Read.lhs
index 8296da5..68d0521 100644 (file)
@@ -73,10 +73,8 @@ import GHC.List
 import GHC.Show                -- isAlpha etc
 import GHC.Base
 import GHC.Arr
-
-ratioPrec = 7  -- Precedence of ':%' constructor
-appPrec   = 10 -- Precedence of applictaion
 \end{code}
+
 -------------------------------------------------------
        TEMPORARY UNTIL I DO DERIVED READ