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

[ bsd3, library, text ] [ Propose Tags ]

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

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (<4.11), pretty (>=1.0.1.0) [details]
License BSD-3-Clause
Author Joe Fredette
Maintainer jfredett@gmail.com
Revised Revision 1 made by sjakobi at 2021-11-13T03:47:12Z
Category Text
Uploaded by JoeFredette at 2009-04-16T21:23:41Z
Distributions
Reverse Dependencies 2 direct, 15 indirect [details]
Downloads 2004 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]