Popularity
7.3
Stable
Activity
0.0
Stable
9
4
13

Monthly Downloads: 76
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text    

mainland-pretty alternatives and similar packages

Based on the "Text" category.
Alternatively, view mainland-pretty alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mainland-pretty or a related project?

Add another 'Text' Package

README

The mainland-pretty Package Hackage Build Status

Pretty printing designed for printing source code based on Wadler's paper A Prettier Printer. The main advantage of this library are:

  • The source locations associated with pretty printed values are tracked.
  • Appropriate #line pragmas can be output based on tracked source code locations.
  • Can use a builder to produce lazy text.