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

Commits:

1 changed file:

Changes:

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