Simon Peyton Jones pushed to branch wip/T23162-spj at Glasgow Haskell Compiler / GHC
Commits:
-
dec2efcf
by Simon Peyton Jones at 2025-09-05T17:23:39+01:00
1 changed file:
Changes:
... | ... | @@ -19,7 +19,7 @@ module GHC.Tc.Solver.Monad ( |
19 | 19 | runTcS, runTcSEarlyAbort, runTcSWithEvBinds, runTcSInerts,
|
20 | 20 | failTcS, warnTcS, addErrTcS, wrapTcS, ctLocWarnTcS,
|
21 | 21 | runTcSEqualities,
|
22 | - nestTcS, nestImplicTcS, tryShortCutTcS, nestFunDepsTcS
|
|
22 | + nestTcS, nestImplicTcS, tryShortCutTcS, nestFunDepsTcS,
|
|
23 | 23 | setEvBindsTcS, setTcLevelTcS,
|
24 | 24 | |
25 | 25 | selectNextWorkItem,
|