[project @ 1996-07-19 18:36:04 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.lhs
index b799db6..56ad5d2 100644 (file)
@@ -18,7 +18,7 @@ import HsMatches      ( pprMatches, pprMatch, Match )
 import HsTypes         ( PolyType )
 
 -- others:
-import Id              ( DictVar(..), GenId, Id(..) )
+import Id              ( SYN_IE(DictVar), GenId, SYN_IE(Id) )
 import Name            ( pprNonSym, pprSym )
 import Outputable      ( interppSP, interpp'SP, ifnotPprForUser )
 import PprType         ( pprGenType, pprParendGenType, GenType{-instance-} )
@@ -26,7 +26,7 @@ import Pretty
 import PprStyle                ( PprStyle(..) )
 import SrcLoc          ( SrcLoc )
 import Usage           ( GenUsage{-instance-} )
-import Util            ( panic{-ToDo:rm eventually-} )
+--import Util          ( panic{-ToDo:rm eventually-} )
 \end{code}
 
 %************************************************************************