mainland-pretty

Pretty printing designed for printing source code.

http://www.eecs.harvard.edu/~mainland/

Version on this page:0.2.7.1@rev:1
LTS Haskell 22.17:0.7.1@rev:3
Stackage Nightly 2024-04-18:0.7.1@rev:3
Latest on Hackage:0.7.1@rev:3

See all snapshots mainland-pretty appears in

BSD-3-Clause licensed by Geoffrey Mainland
Maintained by [email protected]
This version can be pinned in stack with:mainland-pretty-0.2.7.1@sha256:a7a26cf42955a03b1f8968fc5864f992218adfa44ed18ae8496377be8660c01b,1250

Module documentation for 0.2.7.1

Used by 1 package in nightly-2015-03-16(full list with versions):

Pretty printing designed for printing source code based on Wadler's paper A Prettier Printer. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.