Split the Id related functions out from Var into Id, document Var and some of Id
[ghc-hetmet.git] / compiler / simplCore / FloatIn.lhs
index 0ac4295..d46cb38 100644 (file)
@@ -21,7 +21,7 @@ import CoreSyn
 import CoreUtils       ( exprIsHNF, exprIsDupable )
 import CoreLint                ( showPass, endPass )
 import CoreFVs         ( CoreExprWithFVs, freeVars, freeVarsOf, idRuleVars )
-import Id              ( isOneShotBndr )
+import Id              ( isOneShotBndr, idType )
 import Var
 import Type            ( isUnLiftedType )
 import VarSet