Skip to content
  • Simon Peyton Jones's avatar
    Refactoring in TcSMonad · 73133a3b
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    This patch is just refactoring: no change in
    behaviour.
    
    I removed the rather complicated
        checkConstraintsTcS
        checkTvConstraintsTcS
    
    in favour of simpler functions
        emitImplicationTcS
        emitTvImplicationTcS
        pushLevelNoWorkList
    
    The last of these is a little strange, but overall
    it's much better I think.
    73133a3b