Simon Peyton Jones pushed to branch wip/andreask/spec_tyfams at Glasgow Haskell Compiler / GHC
Commits:
-
5bd2bca3
by Simon Peyton Jones at 2025-07-04T14:32:49+01:00
1 changed file:
Changes:
... | ... | @@ -66,7 +66,7 @@ import GHC.Unit.Module.ModGuts |
66 | 66 | import GHC.Core.Unfold
|
67 | 67 | |
68 | 68 | import Data.List( partition )
|
69 | -import Data.List.NonEmpty ( NonEmpty (..) )
|
|
69 | +-- import Data.List.NonEmpty ( NonEmpty (..) )
|
|
70 | 70 | import GHC.Core.Subst (substTickish)
|
71 | 71 | import GHC.Core.TyCon (tyConClass_maybe)
|
72 | 72 | import GHC.Core.DataCon (dataConTyCon)
|