Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC Commits: d82a402d by Simon Peyton Jones at 2025-07-31T08:45:50+01:00 Wibble imports - - - - - 1 changed file: - compiler/GHC/Core/Utils.hs Changes: ===================================== compiler/GHC/Core/Utils.hs ===================================== @@ -76,7 +76,7 @@ import GHC.Core.FVs( bindFreeVars ) import GHC.Core.DataCon import GHC.Core.Type as Type import GHC.Core.Predicate( isEqPred ) -import GHC.Core.Predicate( isCoVarType, isUnaryClass ) +import GHC.Core.Predicate( isUnaryClass ) import GHC.Core.FamInstEnv import GHC.Core.TyCo.Compare( eqType, eqTypeX ) import GHC.Core.Coercion View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d82a402d613000feb7d16e4e78d51e68... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d82a402d613000feb7d16e4e78d51e68... You're receiving this email because of your account on gitlab.haskell.org.