[Git][ghc/ghc][wip/T25647] format
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Sun Feb 9 21:26:18 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
4ad2c534 by Patrick at 2025-02-10T05:26:07+08:00
format
- - - - -
1 changed file:
- compiler/GHC/Tc/Utils/Unify.hs
Changes:
=====================================
compiler/GHC/Tc/Utils/Unify.hs
=====================================
@@ -2575,9 +2575,9 @@ lhsPriority tv
TyVarTv -> 1
ConcreteTv {} -> 2
TauTv -> 3
- NoDefTauTv -> 4 -- ^ when unifying with other, prefer to keep the other.
+ NoDefTauTv -> 4 -- when unifying with other, prefer to keep the other.
-- Since NoDefTauTv is more polymorphic than tau,
- -- see Note [NoDefTauTv] for more details.
+ -- see Note [NoDefTauTv] for more details.
-- NB. it is not clear to me(soulomoon), RuntimeUnkTv should
-- be higher than NoDefTauTv or not.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4ad2c534b9df73661a20d4efca5ffd67b7dffbad
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4ad2c534b9df73661a20d4efca5ffd67b7dffbad
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/57f92deb/attachment-0001.html>
More information about the ghc-commits
mailing list