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.
-
pandoc-citeproc
Library and executable for using citeproc with pandoc -
prettyprinter
A modern, extensible and well-documented prettyprinter. -
blaze-from-html
A blazingly fast HTML combinator library for Haskell. -
scholdoc
Fork of Pandoc for the implementation of a ScholarlyMarkdown parser -
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
commonmark
Pure Haskell commonmark parsing library, designed to be flexible and extensible -
text-offset
Emits code crossreference data for Haskell sources. -
regex-genex
Given a list of regexes, generate all possible strings that matches all of them. -
regex-applicative
Regex-based parsing with an applicative interface -
pandoc-csv2table
A Pandoc filter that renders CSV as Pandoc Markdown Tables. -
servant-checked-exceptions
type-level errors for Servant APIs. -
pretty-show
Tools for working with derived Show instances in Haskell. -
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. -
text-format
A Haskell text formatting library optimized for ease of use and high performance. -
diagrams-pandoc
A pandoc filter to express diagrams inline using the haskell EDSL diagrams. -
hyphenation
Knuth-Liang Hyphenation for Haskell based on TeX hyphenation files
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Promo
getonboard.dev
* 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.