mainland-pretty

Pretty printing designed for printing source code.

http://www.cs.drexel.edu/~mainland/

Version on this page:0.4.1.0
LTS Haskell 22.14:0.7.1@rev:3
Stackage Nightly 2024-03-28:0.7.1@rev:3
Latest on Hackage:0.7.1@rev:3

See all snapshots mainland-pretty appears in

BSD-3-Clause licensed and maintained by Geoffrey Mainland
This version can be pinned in stack with:mainland-pretty-0.4.1.0@sha256:d6acfc8dc61f610539985968a390be1c539dd4d99b9b0c6c4d803c298d4ad95f,1252

Module documentation for 0.4.1.0

Used by 1 package in nightly-2015-09-25(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.