[Git][ghc/ghc][wip/T23109] Wibble
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed Apr 17 12:05:45 UTC 2024
Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC
Commits:
d344c88e by Simon Peyton Jones at 2024-04-17T13:05:35+01:00
Wibble
- - - - -
1 changed file:
- compiler/GHC/Core/Opt/Simplify/Iteration.hs
Changes:
=====================================
compiler/GHC/Core/Opt/Simplify/Iteration.hs
=====================================
@@ -16,7 +16,7 @@ import GHC.Prelude
import GHC.Driver.Flags
import GHC.Core
-import GHC.Core.Class( Class, classArity )
+-- import GHC.Core.Class( Class, classArity )
import GHC.Core.Opt.Simplify.Monad
import GHC.Core.Opt.ConstantFold
import GHC.Core.Type hiding ( substCo, substTy, substTyVar, extendTvSubst, extendCvSubst )
@@ -65,7 +65,7 @@ import GHC.Builtin.Names( runRWKey )
import GHC.Data.Maybe ( isNothing, orElse, mapMaybe )
import GHC.Data.FastString
-import GHC.Data.List.SetOps( getNth )
+-- import GHC.Data.List.SetOps( getNth )
import GHC.Unit.Module ( moduleName )
import GHC.Utils.Outputable
import GHC.Utils.Panic
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d344c88ebc5d2fb245143d2aa6056e8f767d07be
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d344c88ebc5d2fb245143d2aa6056e8f767d07be
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/20240417/3af6e7b1/attachment-0001.html>
More information about the ghc-commits
mailing list