Simon Peyton Jones pushed to branch wip/T20264 at Glasgow Haskell Compiler / GHC
Commits:
-
028e1bea
by Simon Peyton Jones at 2025-07-14T09:02:59+01:00
1 changed file:
Changes:
... | ... | @@ -128,7 +128,7 @@ import {-# SOURCE #-} GHC.Builtin.Types ( manyDataConTy ) |
128 | 128 | import GHC.Types.Name hiding (varName)
|
129 | 129 | import GHC.Types.Unique ( Uniquable, Unique, getKey, getUnique
|
130 | 130 | , nonDetCmpUnique )
|
131 | -import GHC.Types.Basic( TypeOrConstraint(..), OccInfo, TyCoOccInfo(..) )
|
|
131 | +import GHC.Types.Basic( TypeOrConstraint(..), TyCoOccInfo(..) )
|
|
132 | 132 | import GHC.Utils.Misc
|
133 | 133 | import GHC.Utils.Binary
|
134 | 134 | import GHC.Utils.Outputable
|