Skip to content
  • Simon Peyton Jones's avatar
    Fix two bugs in rule-matching · 969baa16
    Simon Peyton Jones authored
    These two typo-like bugs have been there for a long time!
    
      One concerns the selection of overlapping rules, 
      which was back to front
    
      The other was name-lining-up bug in the Case case of matching
    
    This patch also arranges to export matchN. 
      (Not a good name, but still!)
    
    969baa16