[project @ 1997-05-19 00:12:10 by sof]
[ghc-hetmet.git] / ghc / compiler / coreSyn / AnnCoreSyn.lhs
index b5ce22a..59db4a5 100644 (file)
@@ -21,6 +21,13 @@ module AnnCoreSyn (
 IMP_Ubiq(){-uitous-}
 
 import CoreSyn
+
+import Id         ( SYN_IE(Id) )
+import Literal    ( Literal )
+import PrimOp     ( PrimOp )
+import CostCentre ( CostCentre )
+import Type       ( GenType )
+
 \end{code}
 
 \begin{code}