cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Make postprocessing configurable #80

Open georgefst opened 4 years ago

georgefst commented 4 years ago

Ended up writing a fix for #39, to help with a script I was writing this afternoon.

Not quite sure about the details of the API yet.

Tests expected to fail right now, though fixes should be trivial. And new tests will be added anyway.