More work on the simplifier's inlining strategies
[ghc-hetmet.git] / compiler / iface / IfaceSyn.lhs
index 4311e65..9485dc9 100644 (file)
@@ -28,7 +28,7 @@ module IfaceSyn (
 
 import IfaceType
 
-import NewDemand
+import Demand
 import Annotations
 import Class
 import NameSet 
@@ -212,7 +212,7 @@ data IfaceInfoItem
 data IfaceUnfolding 
   = IfCoreUnfold IfaceExpr
   | IfInlineRule Arity 
-                 Bool          -- Sat/UnSat
+                 Bool          -- OK to inline even if *un*-saturated
                  IfaceExpr 
   | IfWrapper    Arity Name      -- NB: we need a Name (not just OccName) because the worker
                                  --     can simplify to a function in another module.