Skip to content
  • Simon Peyton Jones's avatar
    Replace ASSERT with WARN, and explain why · 81c8d88a
    Simon Peyton Jones authored
    The DPH library tripped an ASSERT.  The code is actually OK, but it's
    badly-optimised so I changed it to WARN.  The issue here is explained
    in ClosureInfo, Note [Unsafe coerce complications].
    81c8d88a