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

OutputPrinter module name #76

Closed georgefst closed 4 years ago

georgefst commented 4 years ago

As mentioned at #67, this should probably now be renamed to something like ExprPrinter, or just Printer.

It refers to an Output type which no longer exists.