Simon Peyton Jones pushed to branch wip/T23162-spj at Glasgow Haskell Compiler / GHC Commits: b3c474de by Simon Peyton Jones at 2025-09-30T15:15:47+01:00 Wibble - - - - - 1 changed file: - compiler/GHC/Tc/Utils/Unify.hs Changes: ===================================== compiler/GHC/Tc/Utils/Unify.hs ===================================== @@ -2402,6 +2402,7 @@ recordUnifications (WU_Coarse lvl_ref) tvs recordUnifications (WU_Fine tvs_ref) tvs = updTcRef tvs_ref (`unionVarSet` tvs) + {- %************************************************************************ %* * View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3c474de683d11a63da8e910c63846d5... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3c474de683d11a63da8e910c63846d5... You're receiving this email because of your account on gitlab.haskell.org.