Simon Peyton Jones pushed to branch wip/T23109a at Glasgow Haskell Compiler / GHC
Commits:
-
64a48355
by Simon Peyton Jones at 2025-04-22T10:33:02+01:00
1 changed file:
Changes:
| ... | ... | @@ -55,7 +55,7 @@ import GHC.Types.Tickish |
| 55 | 55 | import GHC.Types.Var.Set
|
| 56 | 56 | import GHC.Types.Var.Env
|
| 57 | 57 | import GHC.Types.Var
|
| 58 | -import GHC.Types.Demand ( argOneShots, argsOneShots, isDeadEndSig )
|
|
| 58 | +import GHC.Types.Demand ( argOneShots, argsOneShots {- , isDeadEndSig -} )
|
|
| 59 | 59 | |
| 60 | 60 | import GHC.Utils.Outputable
|
| 61 | 61 | import GHC.Utils.Panic
|