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
| Version | 0.1 |
|---|---|
| Dependencies | base, pretty (≥1.0.1.0) |
| License | BSD3 |
| Author | Joe Fredette |
| Maintainer | jfredett@gmail.com |
| Category | Text |
| Upload date | Thu Apr 16 21:23:41 UTC 2009 |
| Uploaded by | JoeFredette |
| Built on | ghc-6.10, ghc-6.12, ghc-7.0, ghc-7.2, ghc-7.4 |
Modules
- Text
- PrettyPrint
Downloads
- pretty-ncols-0.1.tar.gz (Cabal source package)
- package description (included in the package)