[project @ 2000-03-01 18:10:43 by lewie]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcImprove.lhs
index dfe35dd..1451d44 100644 (file)
@@ -25,7 +25,7 @@ import List           ( elemIndex, nub )
 
 \begin{code}
 tcImprove lie =
-    if null cfdss then
+    if null nfdss then
        returnTc ()
     else
        -- zonkCfdss cfdss `thenTc` \ cfdss' ->