Description
A generic pretty-printer using generics-sop.
Description
This library contains a generic implementation of the prettyVal
function from the pretty-show
package. Using the pretty printer, values can easily be rendered to strings and HTML documents in a uniform way.
This library makes use of the generics-sop
package and is an example of a generic function defined in the SOP style.