[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index 5d6667c..fce12aa 100644 (file)
@@ -21,7 +21,7 @@ import HsPragmas      ( GenPragmas, ClassOpPragmas )
 import HsTypes         ( PolyType )
 
 --others:
-import Id              ( DictVar(..), Id(..), GenId )
+import Id              ( SYN_IE(DictVar), SYN_IE(Id), GenId )
 import Name            ( pprNonSym )
 import Outputable      ( interpp'SP, ifnotPprForUser,
                          Outputable(..){-instance * (,)-}