[Git][ghc/ghc][wip/T23070-dicts] Wibble imports
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Tue May 16 22:17:35 UTC 2023
Simon Peyton Jones pushed to branch wip/T23070-dicts at Glasgow Haskell Compiler / GHC
Commits:
18b50348 by Simon Peyton Jones at 2023-05-16T23:17:15+01:00
Wibble imports
- - - - -
1 changed file:
- compiler/GHC/Tc/Solver/Dict.hs
Changes:
=====================================
compiler/GHC/Tc/Solver/Dict.hs
=====================================
@@ -24,8 +24,6 @@ import GHC.Tc.Utils.Unify( uType )
import GHC.Hs.Type( HsIPName(..) )
-import GHC.Builtin.Names ( coercibleTyConKey, heqTyConKey, eqTyConKey )
-
import GHC.Core
import GHC.Core.Type
import GHC.Core.InstEnv ( DFunInstType, Coherence(..) )
@@ -40,7 +38,6 @@ import GHC.Types.Id( mkTemplateLocals )
import GHC.Types.Var.Set
import GHC.Types.SrcLoc
import GHC.Types.Var.Env
-import GHC.Types.Unique( hasKey )
import GHC.Utils.Monad ( concatMapM, foldlM )
import GHC.Utils.Outputable
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18b50348f130e74b89b4facfb4ad110e6dceea58
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18b50348f130e74b89b4facfb4ad110e6dceea58
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230516/2e9ec343/attachment-0001.html>
More information about the ghc-commits
mailing list