brittany/source/library/Language/Haskell/Brittany/Internal
Lennart Spitzner 812957dca4 Implement merging of imports
I.e. not merging of items inside one import, but merging
imports of the same module (and the same qualified name,
if present etc.)
2023-08-31 14:42:49 +02:00
..
Components Add hardcoded fixity for aeson, Removing one clashing 2023-08-31 11:59:33 +00:00
Config Implement new config flag UnknownOperatorHandling 2023-08-31 13:59:29 +02:00
ToBriDoc Fix let-in-expr non-idempotent comment placement 2023-08-31 11:59:35 +00:00
Transformations Make use of OpTree for type (signature) layouting, Fix layout 2023-05-29 20:44:01 +00:00
WriteBriDoc Fix let-in-expr non-idempotent comment placement 2023-08-31 11:59:35 +00:00
ParseExact.hs Refactor file/module structure again again 2023-05-29 20:44:01 +00:00
PerDecl.hs Refactor file/module structure again again 2023-05-29 20:44:01 +00:00
PerModule.hs Refactor file/module structure again again 2023-05-29 20:44:01 +00:00
Prelude.hs Refactor file/module structure again again 2023-05-29 20:44:01 +00:00
SplitExactModule.hs Implement merging of imports 2023-08-31 14:42:49 +02:00
ToBriDoc.hs Use dependency-injection for ToBriDoc modules 2023-05-02 09:16:04 +00:00
ToBriDocTools.hs Stop duplicating commas for splices inside list 2023-06-26 15:53:26 +00:00
Types.hs Implement new config flag UnknownOperatorHandling 2023-08-31 13:59:29 +02:00
Utils.hs Implement fixity-aware-ops feature 2023-05-02 09:16:03 +00:00
WriteBriDoc.hs Fix another two comment spacing special-cases using hacks 2023-05-30 11:29:40 +00:00