This commit changes infix patterns to utilize `lrdrNameToTextAnn`. This function allows the logic to avoid introspecting on the constructor name. Additionally this adds spaces to all infix operator pattern matches. Previously infix symbols did not include spaces: ``` foo (x:xs) = _ ``` Now they include a space ``` foo (x : xs) = _ ``` |
||
|---|---|---|
| .. | ||
| 10-tests.blt | ||
| 14-extensions.blt | ||
| 15-regressions.blt | ||
| 16-pending.blt | ||
| Main.hs | ||
| tests-context-free.blt | ||