[project @ 2005-01-26 16:10:02 by simonpj]
[ghc-hetmet.git] / ghc / compiler / types / Type.lhs
index c7613ab..6381998 100644 (file)
@@ -1207,5 +1207,3 @@ substTyVarBndr subst@(TvSubst in_scope env) old_var
     new_var = uniqAway in_scope old_var
        -- The uniqAway part makes sure the new variable is not already in scope
 \end{code}
-
-