[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcPragmas.lhs
index 5ce5ca7..e28f90a 100644 (file)
@@ -26,7 +26,7 @@ import HsPragmas      -- ****** NEED TO SEE CONSTRUCTORS ******
 import Id
 import IdInfo
 --import WwLib         ( mkWwBodies )
-import Maybes          ( assocMaybe, catMaybes, Maybe(..) )
+import Maybes          ( assocMaybe, catMaybes )
 --import CoreLint              ( lintUnfolding )
 import TcMonoType      ( tcMonoType, tcPolyType )
 import Util