Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minad/wl-pprint-annotated
Wadler/Leijen pretty printer with annotations and API conforming to modern Haskell
https://github.com/minad/wl-pprint-annotated
haskell pretty-print wadler-leijen
Last synced: 10 days ago
JSON representation
Wadler/Leijen pretty printer with annotations and API conforming to modern Haskell
- Host: GitHub
- URL: https://github.com/minad/wl-pprint-annotated
- Owner: minad
- License: other
- Created: 2016-11-27T16:27:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T03:43:55.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:33:31.518Z (6 months ago)
- Topics: haskell, pretty-print, wadler-leijen
- Language: Haskell
- Homepage:
- Size: 136 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wl-pprint-annotated: Wadler/Leijen pretty printer with annotations
[![Hackage](https://img.shields.io/hackage/v/wl-pprint-annotated.svg)](https://hackage.haskell.org/package/wl-pprint-annotated)
[![Build Status](https://secure.travis-ci.org/minad/wl-pprint-annotated.png?branch=master)](http://travis-ci.org/minad/wl-pprint-annotated)This is a limited version of wl-pprint-extras by @ekmett without support for point effects and without the free monad.
Like in annotated-wl-pprint, only annotations are supported. Compared to annotated-wl-pprint this library provides a slightly modernized interface.* Hackage: https://hackage.haskell.org/package/wl-pprint-annotated