
Simon Peyton Jones pushed to branch wip/T23162-spj at Glasgow Haskell Compiler / GHC Commits: c92f3ede by Simon Peyton Jones at 2025-07-07T17:43:01+01:00 Import wibbles - - - - - 1 changed file: - compiler/GHC/Tc/Solver/Dict.hs Changes: ===================================== compiler/GHC/Tc/Solver/Dict.hs ===================================== @@ -13,7 +13,6 @@ module GHC.Tc.Solver.Dict ( import GHC.Prelude import GHC.Tc.Errors.Types -import GHC.Tc.Instance.FunDeps import GHC.Tc.Instance.Class( safeOverlap, matchEqualityInst ) import GHC.Tc.Types.Evidence import GHC.Tc.Types.Constraint @@ -30,9 +29,9 @@ import GHC.Hs.Type( HsIPName(..) ) import GHC.Core import GHC.Core.Type -import GHC.Core.InstEnv ( InstEnvs, DFunInstType, ClsInst(..) ) import GHC.Core.Class import GHC.Core.Predicate +import GHC.Core.InstEnv( DFunInstType ) import GHC.Core.Multiplicity ( scaledThing ) import GHC.Core.Unify ( ruleMatchTyKiX ) @@ -56,7 +55,6 @@ import GHC.Driver.DynFlags import qualified GHC.LanguageExtensions as LangExt -import Data.Foldable( foldrM ) import Data.Maybe ( listToMaybe, mapMaybe, isJust ) import Data.Void( Void ) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c92f3ede6845358857164bb612112596... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c92f3ede6845358857164bb612112596... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)