[Git][ghc/ghc][wip/T25647] rename
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Sat Mar 15 06:49:59 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
e7dd2d32 by Patrick at 2025-03-15T14:49:51+08:00
rename
- - - - -
1 changed file:
- compiler/GHC/Tc/Utils/TcMType.hs
Changes:
=====================================
compiler/GHC/Tc/Utils/TcMType.hs
=====================================
@@ -1784,7 +1784,7 @@ quantifyTyVarsWithBinders skol_info dvs outer_wcs_imp_dvs
= do { traceTc "quantifyTyVars {"
( vcat [
text "dvs =" <+> ppr dvs,
- text "outer_wc_imp_qtvs=" <+> ppr outer_wcs_imp_dvs
+ text "outer_wcs_imp_dvs=" <+> ppr outer_wcs_imp_dvs
])
; undefaulted <- defaultTyVars DefaultNonStandardTyVars dvs
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e7dd2d325aae6e5b55679acd5aac86b07aa34180
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e7dd2d325aae6e5b55679acd5aac86b07aa34180
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/20250315/0c8b60a2/attachment.html>
More information about the ghc-commits
mailing list