Why should I use PPrint instead of the PJ/Hughes pretty printer that comes with Haskell?

        Thanks, Joel

On Apr 15, 2007, at 8:19 PM, Stefan O'Rear wrote:

PPrint is an implementation of the pretty printing combinators
described by Philip Wadler (1997). In their bare essence, the
combinators of Wadler are not expressive enough to describe some
commonly occurring layouts. The PPrint library adds new primitives to
describe these layouts and works well in practice.

--
http://wagerlabs.com/





_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to