dhall-haskell/dhall/src
Simon Jakobi e931451a2b Format more text literals as multi-line strings (#1508)
This causes text literals to be formatted as multi-line strings
whenever they contain at least one newline and at least one non-newline
character. "Spacers" like `"\n\n"` continue be formatted as single-line
strings. If the heuristic turns out to be too eager to choose a
multi-line layout, we can refine it later.

This partially addresses #1496.

Also

* update some variable names

* use 80-column "smart" layout consistently
2019-11-04 03:31:49 +00:00
..
Dhall Format more text literals as multi-line strings (#1508) 2019-11-04 03:31:49 +00:00
Dhall.hs Add Dhall.function (#1507) 2019-11-02 04:36:27 +00:00