[project @ 1999-07-16 15:12:15 by sewardj]
[ghc-hetmet.git] / ghc / compiler / usageSP / UsageSPInf.lhs
index a95178d..7fe753e 100644 (file)
@@ -423,7 +423,7 @@ usgClos :: VarEnv Var        -- environment to close with respect to
         -> (Type,            -- closed type (rho)
             UConSet)         -- residual constraint set
 
-usgClos _ve ty ucs = (ty,ucs)  -- dummy definition; no generalisation at all
+usgClos zz_ve ty ucs = (ty,ucs)  -- dummy definition; no generalisation at all
 
             -- hmm!  what if it sets some uvars to 1 or omega?
             --  (should it do substitution here, or return a substitution,