brittany/src-literatetests
Evan Rutledge Borden 3b0b5d3c4f Change infix patterns to include spaces
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) = _
```
2018-01-15 19:20:18 -05:00
..
10-tests.blt Change infix patterns to include spaces 2018-01-15 19:20:18 -05:00
14-extensions.blt Support RecursiveDo/`rec` keyword 2017-10-24 00:25:59 +02:00
15-regressions.blt Change infix patterns to include spaces 2018-01-15 19:20:18 -05:00
16-pending.blt Split up littests input into multiple files 2017-10-02 20:53:56 +02:00
Main.hs Support hanging type signature config option 2017-12-28 21:38:31 +01:00
tests-context-free.blt Change infix patterns to include spaces 2018-01-15 19:20:18 -05:00