Comments and spacing only
[ghc-hetmet.git] / compiler / basicTypes / Id.lhs
index a6459bf..fbf6b4a 100644 (file)
@@ -101,7 +101,6 @@ import qualified Var
 
 import TyCon
 import Type
-import TcType
 import TysPrim
 import DataCon
 import Demand
@@ -122,6 +121,7 @@ import StaticFlags
 -- infixl so you can say (id `set` a `set` b)
 infixl         1 `setIdUnfolding`,
          `setIdArity`,
+         `setIdOccInfo`,
          `setIdDemandInfo`,
          `setIdStrictness`,
          `setIdSpecialisation`,