@hackage prettyprinter-ansi-terminal1
ANSI terminal backend for the modern, extensible and well-documented prettyprinter.
Categories
License
BSD-2-Clause
Maintainer
David Luposchainsky <dluposchainsky at google>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- ansi-terminal >=0.4.0 && <0.7
- base >=4.7 && <5
- prettyprinter <1.2
- text >=1.2 && <1.3 Show all…
Dependents (83)
@hackage/hopenpgp-tools, @hackage/ngx-export-distribution, @hackage/portray-prettyprinter, @cardano/optparse-applicative-fork, @hackage/futhark, @hackage/hdiff, Show all…
ANSI terminal prettyprinter renderer
This package defines a renderer for documents generated by the prettyprinter
package, suitable for displaying them on ANSI-compatible terminals, including
colors, boldening, underlining and italication.
For more information about the prettyprinter in general, refer to the main
prettyprinter package documentation.