From: simonpj@microsoft.com Date: Tue, 19 Oct 2010 15:35:31 +0000 (+0000) Subject: Comments only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=40be9466afba64fffeae56a042aad45d5a0cc43d Comments only --- 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,