[project @ 1998-02-03 17:13:54 by simonm]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index d020b76..b557803 100644 (file)
@@ -14,13 +14,12 @@ import {-# SOURCE #-} HsExpr    ( pprExpr, HsExpr )
 import {-# SOURCE #-} HsMatches ( pprMatches, Match, pprGRHSsAndBinds, GRHSsAndBinds )
 
 -- friends:
-import HsPragmas       ( GenPragmas, ClassOpPragmas )
 import HsTypes         ( HsType )
 import CoreSyn         ( CoreExpr )
 import PprCore         ()         -- Instances for Outputable
 
 --others:
-import Id              ( DictVar, Id, GenId )
+import Id              ( Id, GenId )
 import Name            ( OccName, NamedThing(..) )
 import BasicTypes      ( RecFlag(..) )
 import Outputable