An open API service indexing awesome lists of open source software.

https://github.com/agda/agda-pretty

Agda port of the Haskell pretty (Text.PrettyPrint) package
https://github.com/agda/agda-pretty

Last synced: 4 months ago
JSON representation

Agda port of the Haskell pretty (Text.PrettyPrint) package

Awesome Lists containing this project

README

          

More or less complete Agda port of the [pretty](https://hackage.haskell.org/package/pretty) Haskell package.

Modules
- [`Text.PrettyPrint.Annotated`](src/Text/PrettyPrint/Annotated.agda) (the actual code)
- [`Text.PrettyPrint`](src/Text/PrettyPrint.agda) (thin wrapper setting annotations to ⊤)
- [`Text.PrettyPrint.ANSI`](src/Text/PrettyPrint/ANSI.agda) (ANSI-color annotations, _not in the Haskell package_)