diff options
Diffstat (limited to 'compiler/GHC/Core/Reduction.hs')
-rw-r--r-- | compiler/GHC/Core/Reduction.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Reduction.hs b/compiler/GHC/Core/Reduction.hs index fbae18f797..f15b335fd7 100644 --- a/compiler/GHC/Core/Reduction.hs +++ b/compiler/GHC/Core/Reduction.hs @@ -469,7 +469,7 @@ unzipRedns = foldr accRedn (Reductions [] []) -- -- unzipRedns <$> zipWithM f tys roles -- --- - GHC.Tc.Solver.Monad.breakTyVarCycle_maybe, with two calls of the form: +-- - GHC.Tc.Solver.Monad.breakTyEqCycle_maybe, with two calls of the form: -- -- unzipRedns <$> mapM f tys -- |