File: README.md

package info (click to toggle)
haskell-prettyprinter-ansi-terminal 1.1.1.2-4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: haskell: 201; ansic: 14; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
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.