Popularity
7.2
Growing
Activity
5.0
Growing
10
4
12
Monthly Downloads: 152
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.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of mainland-pretty or a related project?
README
The mainland-pretty
Package
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.