@hackage pretty-sop0.2.0.3
A generic pretty-printer using generics-sop
Categories
License
BSD-3-Clause
Maintainer
andres@well-typed.com
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4.6 && <5
- generics-sop >=0.2.3 && <0.6
- pretty-show >=1.6 && <1.11 Show all…
Dependents (1)
@hackage/acme-everything
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.