pretty-ncols-0.1: A implementation of multi-column layout w/ Text.PrettyPrint

The pretty-ncols package

pretty-ncols allows for the following layouts to work nicely, so that: One Two Three 1 2 3 a b c can be written as: cols_rowMajor = map text $ [[One, Two, Three], [1, 2,3], [a,b,c]] cols_colMajor = transpose $ cols_rowMajors asColumns cols_rowMajor asColumns cols_colMajor

Properties

Version0.1
Dependenciesbase, pretty (≥1.0.1.0)
LicenseBSD3
AuthorJoe Fredette
Maintainerjfredett@gmail.com
CategoryText
Upload dateThu Apr 16 21:23:41 UTC 2009
Uploaded byJoeFredette
Built onghc-6.10, ghc-6.12, ghc-7.0, ghc-7.2, ghc-7.4

Modules

Downloads