Skip to content
  • Simon Peyton Jones's avatar
    Don't omit any evidence bindings · be94aebb
    Simon Peyton Jones authored
    This fixes Trac #12156, where we were omitting to make an
    evidence binding (because cec_suppress was on), but yet the
    program was compiled and run.
    
    The fix is easy, and involves deleting code :-).
    
    (cherry picked from commit af21e388)
    be94aebb