Tiny optimisation/simplification to FunDeps.grow
authorsimonpj@microsoft.com <unknown>
Fri, 7 Sep 2007 10:11:33 +0000 (10:11 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 7 Sep 2007 10:11:33 +0000 (10:11 +0000)
compiler/types/FunDeps.lhs

index 3d90126..a7e9f19 100644 (file)
@@ -153,7 +153,7 @@ See also Note [Ambiguity] in TcSimplify
 \begin{code}
 grow :: [PredType] -> TyVarSet -> TyVarSet
 grow preds fixed_tvs 
-  | null preds = real_fixed_tvs
+  | null preds = fixed_tvs
   | otherwise  = loop real_fixed_tvs
   where
        -- Add the implicit parameters;