summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2021-06-19 21:09:47 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-02 00:27:04 -0400
commit6ac9ea86c339489e692730e849a88e86da730837 (patch)
treee73e63a68e7b722390a105b363c2f20c35a99290 /libraries
parenta3c451beefadc8018c1987f8f66c760671bb66ff (diff)
downloadhaskell-6ac9ea86c339489e692730e849a88e86da730837.tar.gz
One-shot changes (#20008)
I discovered that GHC.Core.Unify.bindTv was getting arity 2, rather than 3, in one of my builds. In HEAD it does get the right arity, but only because CallArity (just) manages to spot it. In my situation it (just) failed to discover this. Best to make it robust, which this patch does. See Note [INLINE pragmas and (>>)] in GHC.Utils.Monad. There a bunch of other modules that probably should have the same treatment: GHC.CmmToAsm.Reg.Linear.State GHC.Tc.Solver.Monad GHC.Tc.Solver.Rewrite GHC.Utils.Monad.State.Lazy GHC.Utils.Monad.State.Strict but doing so is not part of this patch
Diffstat (limited to 'libraries')
0 files changed, 0 insertions, 0 deletions