pretty-ncols

Version 0.1 revision 1 uploaded by sjakobi.

Package meta

Synopsis
A implementation of multi-column layout w/ Text.PrettyPrint
Description

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

Author
Joe Fredette
Bug reports
n/a
Category
Text
Copyright
n/a
Homepage
n/a
Maintainer
jfredett@gmail.com
Package URL
n/a
Stability
n/a

Components