Skip to content
  • Simon Peyton Jones's avatar
    Fix bytecode gen to deal with rep-polymorphism · 0f1e315b
    Simon Peyton Jones authored
    When faced runtime-rep-polymorphic code from a pattern-synonym
    matcher, the bytecode generator was treating the result as lifted,
    which it isn't.  The fix is just to treat those rep-polymorphic
    continuations like unlifted types, and add a dummy arg.
    
    Trac #12007 is a case in point.
    0f1e315b