[commit: ghc] wip/T15809: Comments only (3dcc2c6)

git at git.haskell.org git at git.haskell.org
Mon Nov 19 20:48:43 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/3dcc2c63066159442b407d6b6c8efac0ecc73bf9/ghc

>---------------------------------------------------------------

commit 3dcc2c63066159442b407d6b6c8efac0ecc73bf9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Nov 9 17:46:05 2018 +0000

    Comments only


>---------------------------------------------------------------

3dcc2c63066159442b407d6b6c8efac0ecc73bf9
 compiler/typecheck/TcMType.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcMType.hs b/compiler/typecheck/TcMType.hs
index 9edad0f..6d9f3ca 100644
--- a/compiler/typecheck/TcMType.hs
+++ b/compiler/typecheck/TcMType.hs
@@ -662,7 +662,8 @@ but this restriction was dropped, and ScopedTypeVariables can now refer to full
 types (GHC Proposal 29).
 
 The remaining uses of newTyVarTyVars are
-* in kind signatures, see Note [Kind generalisation and TyVarTvs]
+* In kind signatures, see
+  TcTyClsDecls Note [Inferring kinds for type declarations]
   and Note [Use TyVarTvs in kind-checking pass]
 * in partial type signatures, see Note [Quantified variables in partial type signatures]
 -}



More information about the ghc-commits mailing list