[Git][ghc/ghc][wip/T25647] fix comment
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Sun Feb 9 10:09:25 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
b59de9ac by Patrick at 2025-02-09T18:09:16+08:00
fix comment
- - - - -
1 changed file:
- compiler/GHC/Tc/Utils/TcType.hs
Changes:
=====================================
compiler/GHC/Tc/Utils/TcType.hs
=====================================
@@ -642,7 +642,7 @@ data MetaInfo
-- A TauTv is always filled in with a tau-type, which
-- never contains any ForAlls.
| NoDefTauTv -- ^ A variant of TauTv, except that it should not be
- -- defaulted during generalization. See Note [NoDefTauTv]
+ -- defaulted. See Note [NoDefTauTv]
| TyVarTv -- ^ A variant of TauTv, except that it should not be
-- unified with a type, only with a type variable
-- See Note [TyVarTv] in GHC.Tc.Utils.TcMType
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b59de9acf1359f2cd8a0f4e97d9ddbac506300c5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b59de9acf1359f2cd8a0f4e97d9ddbac506300c5
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250209/4fa1d9d9/attachment.html>
More information about the ghc-commits
mailing list