Split the Id related functions out from Var into Id, document Var and some of Id
[ghc-hetmet.git] / compiler / stgSyn / StgSyn.lhs
index 78f7447..2530843 100644 (file)
@@ -48,8 +48,7 @@ module StgSyn (
 
 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 )