brittany/src/Language/Haskell/Brittany/Internal/Transformations
Lennart Spitzner ab27825b7b Core layouting algo improvement (non-bottom more effective)
During alt-transform, when gather spacings, previously
we tracked different non-bottom spacings separately even
though they would be treated in the same way during any
future transformations (apart from certain exceptions that
don't practically give better results). Instead we now
merge such spacings into one, giving more space for other
spacings when pruning to the spacings limit.
2018-07-06 22:41:31 +02:00
..
Alt.hs Core layouting algo improvement (non-bottom more effective) 2018-07-06 22:41:31 +02:00
Columns.hs Align applications on for same function, plus minor fixup 2018-03-22 01:19:56 +01:00
Floating.hs Fix module-import-hiding-items layout 2018-03-23 15:41:41 +01:00
Indent.hs Refactor all modules: +Internal; Add public Brittany module 2017-05-22 21:25:08 +02:00
Par.hs Refactor all modules: +Internal; Add public Brittany module 2017-05-22 21:25:08 +02:00