[commit: ghc] master: Fix a typo in related trac ticket number (973ff4a)
git at git.haskell.org
git at git.haskell.org
Tue Jul 17 09:08:22 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/973ff4a142e77e247caebf828aa51f9810394938/ghc
>---------------------------------------------------------------
commit 973ff4a142e77e247caebf828aa51f9810394938
Author: Sasa Bogicevic <t4nt0r at protonmail.com>
Date: Tue Jul 17 11:07:53 2018 +0200
Fix a typo in related trac ticket number
Reviewers: goldfire, bgamari, mpickering
Reviewed By: mpickering
Subscribers: mpickering, goldfire, rwbarton, thomie, carter
GHC Trac Issues: #15405
Differential Revision: https://phabricator.haskell.org/D4975
>---------------------------------------------------------------
973ff4a142e77e247caebf828aa51f9810394938
compiler/typecheck/TcHsType.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcHsType.hs b/compiler/typecheck/TcHsType.hs
index c9c3347..0b40a3c 100644
--- a/compiler/typecheck/TcHsType.hs
+++ b/compiler/typecheck/TcHsType.hs
@@ -1150,7 +1150,7 @@ tcTyVar mode name -- Could be a tyvar, a tycon, or a datacon
-- here because we are also maintaining
-- Note [The tcType invariant], so we don't just
-- want to zonk the kind, leaving the TyVar
- -- un-zonked (Trac #114873)
+ -- un-zonked (Trac #14873)
do { ty <- zonkTcTyVar tv
; return (ty, typeKind ty) }
More information about the ghc-commits
mailing list