Split the Id related functions out from Var into Id, document Var and some of Id
[ghc-hetmet.git] / compiler / ghci / Debugger.hs
index e10b414..86331da 100644 (file)
@@ -17,7 +17,7 @@ import RtClosureInspect
 
 import HscTypes
 import IdInfo
---import Id
+import Id
 import Name
 import Var hiding ( varName )
 import VarSet