[Git][ghc/ghc][wip/T23109] Wibble imports
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Thu Apr 4 08:07:30 UTC 2024
Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC
Commits:
53437d46 by Simon Peyton Jones at 2024-04-04T09:07:01+01:00
Wibble imports
- - - - -
1 changed file:
- compiler/GHC/Core/Unfold.hs
Changes:
=====================================
compiler/GHC/Core/Unfold.hs
=====================================
@@ -41,6 +41,8 @@ import GHC.Core
import GHC.Core.Utils
import GHC.Core.DataCon
import GHC.Core.Type
+import GHC.Core.Class( Class, classTyCon )
+import GHC.Core.TyCon( isNewTyCon )
import GHC.Types.Id
import GHC.Types.Literal
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/53437d46bb7fd3790bc06814e70d893f2c5a9454
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/53437d46bb7fd3790bc06814e70d893f2c5a9454
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/20240404/28f1cfed/attachment.html>
More information about the ghc-commits
mailing list