Skip to content
  • Simon Peyton Jones's avatar
    Improve pretty-printing of IfaceCoercions · 6850eb64
    Simon Peyton Jones authored
    For some reason, unless you have -fprint-explicit-coercions, when
    printing an explicit coercion we were then going to special trouble to
    suppress the unique of a hole (which only happens during debugging
    anyway).  This is bizarre.
    
    So I deleted three lines of code -- hooray.
    6850eb64