timjs / elm-pretty-printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-pretty-printer

A pretty printing library based on 'A Prettier Printer' by Philip Wadler.

This version follows Wadler's paper closely, except for the addition of Column and Nesting constructors in the document type, which make for easier and more flexible indentation.

This implementation is sufficiently lazy and tail-recursive to perform well under Elm.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%