[project @ 2002-01-07 12:25:09 by simonpj]
authorsimonpj <unknown>
Mon, 7 Jan 2002 12:25:09 +0000 (12:25 +0000)
committersimonpj <unknown>
Mon, 7 Jan 2002 12:25:09 +0000 (12:25 +0000)
comments only

ghc/compiler/stranal/WwLib.lhs

index 0c28388..b182028 100644 (file)
@@ -367,7 +367,7 @@ mkWWstr_one arg
                -- Pass the arg, anyway, even if it is in theory discarded
                -- Consider
                --      f x y = x `seq` y
-               -- x gets a (Seq Drop []) demand, but if we fail to pass it to the worker
+               -- x gets a (Eval (Poly Abs)) demand, but if we fail to pass it to the worker
                -- we ABSOLUTELY MUST record that x is evaluated in the wrapper.
                -- Something like:
                --      f x y = x `seq` fw y