[commit: ghc] master: Fix typo in comment only (de692fd)
git at git.haskell.org
git at git.haskell.org
Mon Jun 18 15:18:46 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/de692fd54a000fab2e5787b63b9b6c62168ef4d5/ghc
>---------------------------------------------------------------
commit de692fd54a000fab2e5787b63b9b6c62168ef4d5
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date: Mon Jun 18 11:18:15 2018 -0400
Fix typo in comment only
[skip ci]
>---------------------------------------------------------------
de692fd54a000fab2e5787b63b9b6c62168ef4d5
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 c590f0a..4167acf 100644
--- a/compiler/typecheck/TcHsType.hs
+++ b/compiler/typecheck/TcHsType.hs
@@ -591,7 +591,7 @@ tc_infer_hs_type mode (HsKindSig _ ty sig)
-- We must typecheck the kind signature, and solve all
-- its equalities etc; from this point on we may do
-- things like instantiate its foralls, so it needs
- -- to be fully determined (Trac #149904)
+ -- to be fully determined (Trac #14904)
; traceTc "tc_infer_hs_type:sig" (ppr ty $$ ppr sig')
; ty' <- tc_lhs_type mode ty sig'
; return (ty', sig') }
More information about the ghc-commits
mailing list