@hackage PPrinter0.0.1

A derivable Haskell pretty printer.

A library that supports deriving of pretty printing functions on data types.

The form of pretty printer combinators used is based on that introduced in the paper: Philip Wadler, A Prettier Printer, The Fun of Programming, Cornerstones of Computing (2003): 223-243. original paper

The implementation of deriving part of API is based on that designed in the library: GenericPretty, the details are introduced here: https://hackage.haskell.org/package/GenericPretty