prettyprinter-convert-ansi-wl-pprint

Converter from »ansi-wl-pprint« documents to »prettyprinter«-based ones.

http://github.com/quchen/prettyprinter

Version on this page:1.1@rev:1
LTS Haskell 21.25:1.1.2
Stackage Nightly 2023-06-21:1.1.2
Latest on Hackage:1.1.2

See all snapshots prettyprinter-convert-ansi-wl-pprint appears in

BSD-2-Clause licensed by David Luposchainsky
Maintained by David Luposchainsky <dluposchainsky at google>
This version can be pinned in stack with:prettyprinter-convert-ansi-wl-pprint-1.1@sha256:ae908ee44422c38a696858f04928d4b2448df656c09e6b5f5b1be05d99669fb0,3022

Module documentation for 1.1

ansi-wl-pprint conversion package

This package defines a converter from the old ansi-wl-pprint document type to the new prettyprinter one. Its purpose is making packages that only generate ansi-wl-pprint data available to the prettyprinter ecosystem.

Note the difference to the prettyprinter-compat-ansi-wl-pprint module, which does not convert any data, and instead provides an API that mimicks ansi-wl-pprint, while secretly being prettyprinter-based behind the curtains. This package on the other hand does a proper conversion.

╭────────────────────╮    fromAnsiWlPprint    ╭────────────────────╮
│        Doc         ├───────────────────────▷│   Doc AnsiStyle    │
│  (ansi-wl-pprint)  │◁───────────────────────┤  (prettyprinter)   │
╰────────────────────╯     toAnsiWlPprint     ╰────────────────────╯