mainland-pretty

Pretty printing designed for printing source code.

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

Version on this page:0.7.1@rev:3
LTS Haskell 22.33:0.7.1.1
Stackage Nightly 2024-09-07:0.7.1.1
Latest on Hackage:0.7.1.1

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.1@sha256:1b6161f258f8e00e979ccc7410c97be3601f07c8f37d86b8672e440e7ce55773,1733

Module documentation for 0.7.1

Used by 1 package in lts-21.23(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.