Skip to content
  • Sebastian Graf's avatar
    Add testcases inspired by Luke Maranget's pattern match series · 58013220
    Sebastian Graf authored
    In his paper "Warnings for Pattern Matching", Luke Maranget describes
    three series in his appendix for which GHC's pattern match checker
    scaled very badly. We mostly avoid this now with !1752. This commit adds
    regression tests for each of the series.
    
    Fixes #17264.
    58013220