Comments and layout
authorsimonpj@microsoft.com <unknown>
Fri, 15 Oct 2010 13:19:24 +0000 (13:19 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 15 Oct 2010 13:19:24 +0000 (13:19 +0000)
compiler/typecheck/TcHsSyn.lhs
compiler/types/InstEnv.lhs

index 5341a4f..7c12410 100644 (file)
@@ -1076,7 +1076,7 @@ zonkEvBind env (EvBind var term)
 
 %************************************************************************
 %*                                                                     *
-\subsection[BackSubst-Foreign]{Foreign exports}
+                         Zonking types
 %*                                                                     *
 %************************************************************************
 
index 09b9b53..7327992 100644 (file)
@@ -540,7 +540,7 @@ insert_overlapping new_item (item:items)
 \begin{code}
 instanceBindFun :: TyVar -> BindFlag
 instanceBindFun tv | isTcTyVar tv && isExistentialTyVar tv = Skolem
-                  | otherwise                          = BindMe
+                  | otherwise                             = BindMe
    -- Note [Binding when looking up instances]
 \end{code}