@hackage mainland-pretty0.7.1.1
Pretty printing designed for printing source code.
Categories
License
BSD-3-Clause
Maintainer
Geoffrey Mainland <mainland@drexel.edu>
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.5 && <5
- containers >=0.2 && <0.8
- srcloc >=0.2 && <0.7
- text >0.11 && <2.2
- transformers >0.3 && <0.7 Show all…
Dependents (18)
@hackage/signals, @hackage/tensorflow, @hackage/imperative-edsl, @hackage/feldspar-signal, @hackage/futhark, @hackage/processing, Show all…
Pretty printing designed for printing source code based on Wadler's paper A Prettier Printer. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.