Simon Peyton Jones pushed to branch wip/T23162-spj at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Tc/Solver/Monad.hs
    ... ... @@ -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,