From 40be9466afba64fffeae56a042aad45d5a0cc43d Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 19 Oct 2010 15:35:31 +0000 Subject: [PATCH] Comments only --- compiler/typecheck/TcSMonad.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 1.7.10.4