Popularity
7.2
Declining
Activity
4.2
-
9
4
12

Monthly Downloads: 102
Programming language: Haskell
License: GNU General Public License v3.0 or later
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.