prettyprinter-ansi-terminal

ANSI terminal backend for the »prettyprinter« package.

http://github.com/quchen/prettyprinter

LTS Haskell 23.21:1.1.3
Stackage Nightly 2025-05-11:1.1.3
Latest on Hackage:1.1.3

See all snapshots prettyprinter-ansi-terminal appears in

BSD-2-Clause licensed by David Luposchainsky
Maintained by Simon Jakobi, David Luposchainsky <dluposchainsky at google>
This version can be pinned in stack with:prettyprinter-ansi-terminal-1.1.3@sha256:b00f727b964cf13adff7acf575a71fa7e405f5240aff50b07f10df76ab89f8d3,2574

Module documentation for 1.1.3

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.

Changes