final-pretty-printer: Extensible pretty printing with semantic annotations and proportional fonts
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This is the Final Pretty Printer, an extensible prettry printing library that supports semantic annotations and proportional-width fonts. The library is extensible because it uses a final, rather than initial, encoding of pretty printer documents - they are monadic programs, rather than a datatype. This means it can be extended by monad transformers. Semantic annotations allow pretty printer documents to contain references to the data that they represent, which can enable interactive output. Proportional-width fonts are supported by allowing the measurement of widths to be performed in some arbitrary monad, so IO can be used to look at the output of a font rendering library.
Properties
Versions | 0.1.0.0, 0.1.0.0 |
---|---|
Change log | None available |
Dependencies | ansi-terminal (>=0.6 && <0.7), base (>=4.3 && <4.10), containers (>=0.5 && <0.6), exceptions (>=0.8 && <0.9), mtl (>=2.1 && <2.3), temporary (>=1.1), text (>=1.2 && <1.3) [details] |
License | MIT |
Copyright | Copyright (c) 2016-2017 David Darais, David Christiansen, and Weixi Ma |
Author | David Christiansen and David Darais and Weixi Ma |
Maintainer | david@davidchristiansen.dk |
Category | Text |
Source repo | head: git clone git://github.com/david-christiansen/final-pretty-printer.git |
Uploaded | by dchristiansen at 2017-05-25T00:53:27Z |
Modules
[Index]
Downloads
- final-pretty-printer-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees