X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FInstEnv.lhs;fp=compiler%2Ftypes%2FInstEnv.lhs;h=7327992540cfc29a65e8b861074568d547cd6fda;hp=09b9b5337ed6aec16ebf94cc1bb6964a253d5ce3;hb=6bf61003d2843cbe1c187882e19a8a996b437c12;hpb=7d9e15f274a164e79902e12f0ecefbfddd86aff1 diff --git a/compiler/types/InstEnv.lhs b/compiler/types/InstEnv.lhs index 09b9b53..7327992 100644 --- a/compiler/types/InstEnv.lhs +++ b/compiler/types/InstEnv.lhs @@ -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}