Simon Peyton Jones pushed to branch wip/T23109 at Glasgow Haskell Compiler / GHC
Commits:
-
d82a402d
by Simon Peyton Jones at 2025-07-31T08:45:50+01:00
1 changed file:
Changes:
| ... | ... | @@ -76,7 +76,7 @@ import GHC.Core.FVs( bindFreeVars ) |
| 76 | 76 | import GHC.Core.DataCon
|
| 77 | 77 | import GHC.Core.Type as Type
|
| 78 | 78 | import GHC.Core.Predicate( isEqPred )
|
| 79 | -import GHC.Core.Predicate( isCoVarType, isUnaryClass )
|
|
| 79 | +import GHC.Core.Predicate( isUnaryClass )
|
|
| 80 | 80 | import GHC.Core.FamInstEnv
|
| 81 | 81 | import GHC.Core.TyCo.Compare( eqType, eqTypeX )
|
| 82 | 82 | import GHC.Core.Coercion
|