Skip to content
  • Simon Peyton Jones's avatar
    Add mkHsCoerce to avoid junk in typechecked code · eb57096f
    Simon Peyton Jones authored
    Avoiding identity coercions is a Good Thing generally, but
    it turns out that the desugarer has trouble recognising 
    'otherwise' and 'True' guards if they are wrapped in an
    identity coercion; and that leads to bogus overlap warnings.
    eb57096f