mainland-pretty

Pretty printing designed for printing source code.

https://github.com/mainland/mainland-pretty

Version on this page:0.7.0.1
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.7.0.1@sha256:4ad089aaa0c8606852160a11afbf252daaadbf35ea1020379799c8ecc1a43333,1601

Module documentation for 0.7.0.1

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.