Skip to content
  • Simon Peyton Jones's avatar
    Re-do rubbish literals · 52a524f7
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    As #19882 pointed out, we were simply doing rubbish literals wrong.
    (I'll refrain from explaining the wrong-ness here -- see the ticket.)
    
    This patch fixes it by adding a Type (of kind RuntimeRep) as field of
    LitRubbish, rather than [PrimRep].
    
    The Note [Rubbish literals] in GHC.Types.Literal explains the details.
    52a524f7