wl-pprint

The Wadler/Leijen Pretty Printer

Version on this page:1.1@rev:1
LTS Haskell 22.18:1.2.1
Stackage Nightly 2024-04-25:1.2.1
Latest on Hackage:1.2.1

See all snapshots wl-pprint appears in

BSD-3-Clause licensed by Daan Leijen
Maintained by otakar.smrz cmu.edu
This version can be pinned in stack with:wl-pprint-1.1@sha256:faf1b4364a3b77cf970f7d966be6dea925f6029625e12db730435230527c6aed,666

Module documentation for 1.1

Depends on 1 package(full list with versions):
Used by 1 package in lts-2.0(full list with versions):

This is a pretty printing library based on Wadler's paper "A Prettier Printer". See the haddocks for full info. This version allows the library user to declare overlapping instances of the Pretty class.