Simon Peyton Jones pushed to branch wip/T23109a at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Core/Opt/OccurAnal.hs
    ... ... @@ -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