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

Commits:

1 changed file:

Changes:

  • compiler/GHC/Core/Opt/Specialise.hs
    ... ... @@ -70,8 +70,6 @@ import GHC.Core.Subst (substTickish)
    70 70
     import GHC.Core.TyCon (tyConClass_maybe)
    
    71 71
     import GHC.Core.DataCon (dataConTyCon)
    
    72 72
     
    
    73
    -import Control.Monad
    
    74
    -
    
    75 73
     {-
    
    76 74
     ************************************************************************
    
    77 75
     *                                                                      *