[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / basicTypes / PprEnv.lhs
index 07dd8ec..a2af9ac 100644 (file)
@@ -15,7 +15,7 @@ module PprEnv (
        pTy, pTyVar, pUVar, pUse,
        
        NmbrEnv(..),
-       NmbrM(..), initNmbr,
+       SYN_IE(NmbrM), initNmbr,
        returnNmbr, thenNmbr,
        mapNmbr, mapAndUnzipNmbr
 --     nmbr1, nmbr2, nmbr3
@@ -25,7 +25,7 @@ module PprEnv (
 
 IMP_Ubiq(){-uitous-}
 
-import Pretty          ( Pretty(..) )
+import Pretty          ( SYN_IE(Pretty) )
 import Unique          ( initRenumberingUniques )
 import UniqFM          ( emptyUFM )
 import Util            ( panic )