Comments only
authorsimonpj@microsoft.com <unknown>
Tue, 19 Oct 2010 15:35:31 +0000 (15:35 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 19 Oct 2010 15:35:31 +0000 (15:35 +0000)
compiler/typecheck/TcSMonad.lhs

index 5c41ff1..4d6dcdf 100644 (file)
@@ -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,