X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSMonad.lhs;h=4d6dcdf57f3f5e60c219b8177d42dc5faa5aa9e8;hb=40be9466afba64fffeae56a042aad45d5a0cc43d;hp=5c41ff104c9764265a30871c2758e5c504993b0c;hpb=51462af9d4af9e16b29da1530929e802c0d846e2;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 5c41ff1..4d6dcdf 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -145,7 +145,8 @@ data CanonicalCt -- Invariant: -- * tv not in tvs(xi) (occurs check) -- * If constraint is given then typeKind xi == typeKind tv - -- See Note [Spontaneous solving and kind compatibility] + -- See Note [Spontaneous solving and kind compatibility] + -- in TcInteract cc_id :: EvVar, cc_flavor :: CtFlavor, cc_tyvar :: TcTyVar,