brittany/src-literatetests
Evan Rutledge Borden 92a1d89983 Consolidate record expression layouter
Both record construction and record layouting have very similar
constructions. These each had their own layouter with slightly different
variations. Variations here lead to subtley different bugs in layout for
nearly identicle syntactic forms.

The record update logic is more advanced and respects `IndentPolicyLeft`.
Instead of keeping these layouters distinct we can consolidate
construction logic into the update logic. This results in a smaller
volume of code and more uniform layouting of syntax for these simlilar
forms.

Record constructors with fields and wildcards are not included in this
consolidation. A TODO has been left to handle this consolidation later.
2018-09-16 15:47:04 -04:00
..
10-tests.blt Fix imports of type operators. 2018-08-10 10:01:11 +01:00
14-extensions.blt Fix imports of type operators. 2018-08-10 10:01:11 +01:00
15-regressions.blt Consolidate record expression layouter 2018-09-16 15:47:04 -04:00
16-pending.blt Split up littests input into multiple files 2017-10-02 20:53:56 +02:00
30-tests-context-free.blt Consolidate record expression layouter 2018-09-16 15:47:04 -04:00
40-indent-policy-multiple.blt Fix IndentPolicyMultiple for indentAmount>4 2018-05-01 23:21:09 +02:00
Main.hs Change test file name 2018-05-01 21:45:31 +02:00