Split the Id related functions out from Var into Id, document Var and some of Id
[ghc-hetmet.git] / compiler / stgSyn / StgSyn.lhs
index 6c38ecd..2530843 100644 (file)
@@ -44,10 +44,11 @@ module StgSyn (
 #endif
     ) where
 
+#include "HsVersions.h"
+
 import CostCentre      ( CostCentreStack, CostCentre )
 import VarSet          ( IdSet, isEmptyVarSet )
-import Var             ( isId )
-import Id              ( Id, idName, idType, idCafInfo )
+import Id              ( Id, idName, idType, idCafInfo, isId )
 import IdInfo          ( mayHaveCafRefs )
 import Packages                ( isDllName )
 import Literal         ( Literal, literalType )