Split the Id related functions out from Var into Id, document Var and some of Id
[ghc-hetmet.git] / compiler / simplCore / SAT.lhs
index e6e5ff1..329c95c 100644 (file)
@@ -53,7 +53,7 @@ essential to make this work well!
 module SAT ( doStaticArgs ) where
 
 import DynFlags
-import Var hiding (mkLocalId)
+import Var
 import CoreSyn
 import CoreLint
 import CoreUtils