diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2021-06-19 21:09:47 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-02 00:27:04 -0400 |
commit | 6ac9ea86c339489e692730e849a88e86da730837 (patch) | |
tree | e73e63a68e7b722390a105b363c2f20c35a99290 /testsuite/tests/lib | |
parent | a3c451beefadc8018c1987f8f66c760671bb66ff (diff) | |
download | haskell-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 'testsuite/tests/lib')
0 files changed, 0 insertions, 0 deletions