Skip to content
  • Simon Peyton Jones's avatar
    Do occurrence analysis on result of BuiltInRule · feaa0951
    Simon Peyton Jones authored
    Previously we did occurrence analysis on the result of a
    non-built-in RULE, but not of a built-in one.  It makes a
    difference if the rule returns something with binders
    (which admittedly it usually does not).  I'm about to
    introduce just such a rule for 'seq'.
    feaa0951