[commit: ghc] wip/T15809: Comments only (9980257)
git at git.haskell.org
git at git.haskell.org
Mon Nov 26 17:48:52 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/99802578f8a900a102bf20c1e812c4b899dc556a/ghc
>---------------------------------------------------------------
commit 99802578f8a900a102bf20c1e812c4b899dc556a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Nov 9 17:46:05 2018 +0000
Comments only
>---------------------------------------------------------------
99802578f8a900a102bf20c1e812c4b899dc556a
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