[Git][ghc/ghc][wip/T24676] Import wibbles

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Wed May 15 12:13:45 UTC 2024



Simon Peyton Jones pushed to branch wip/T24676 at Glasgow Haskell Compiler / GHC


Commits:
7003ab46 by Simon Peyton Jones at 2024-05-15T13:13:19+01:00
Import wibbles

- - - - -


1 changed file:

- compiler/GHC/Tc/Utils/Instantiate.hs


Changes:

=====================================
compiler/GHC/Tc/Utils/Instantiate.hs
=====================================
@@ -44,7 +44,7 @@ import GHC.Prelude
 import GHC.Driver.Session
 import GHC.Driver.Env
 
-import GHC.Builtin.Types  ( heqDataCon, integerTyConName )
+import GHC.Builtin.Types  ( integerTyConName )
 import GHC.Builtin.Names
 
 import GHC.Hs
@@ -52,16 +52,13 @@ import GHC.Hs.Syn.Type   ( hsLitType )
 
 import GHC.Core.InstEnv
 import GHC.Core.FamInstEnv
-import GHC.Core.Predicate
-import GHC.Core ( Expr(..), isOrphan ) -- For the Coercion constructor
+import GHC.Core ( isOrphan ) -- For the Coercion constructor
 import GHC.Core.Type
 import GHC.Core.TyCo.Ppr ( debugPprType )
 import GHC.Core.Class( Class )
-import GHC.Core.DataCon
 import GHC.Core.Coercion.Axiom
 
 import {-# SOURCE #-}   GHC.Tc.Gen.Expr( tcCheckPolyExpr, tcSyntaxOp )
-import {-# SOURCE #-}   GHC.Tc.Utils.Unify( unifyType )
 import GHC.Tc.Utils.Monad
 import GHC.Tc.Types.Constraint
 import GHC.Tc.Types.Origin



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7003ab46951b0f62504be6bd69e106f3e0248f27

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7003ab46951b0f62504be6bd69e106f3e0248f27
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/20240515/45ae62cf/attachment-0001.html>


More information about the ghc-commits mailing list