data-tree-print: Print Data instances as a nested tree
Provides functionality similar to that of the Show
class: Taking some
arbitrary value and returning a String.
Output is not intended to be valid haskell.
Requires a
Data.Data.Data
instance instead of aText.Show
one.Output, if large, is often easier to parse than
show
output due to the formatting as a nested tree.The user can adapt the behaviour at runtime using custom layouting expressed via syb-style extension.
Downloads
- data-tree-print-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.3 && <4.12), pretty (>=1.1 && <1.2), syb (>=0.6 && <0.8) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2016 Lennart Spitzner |
Author | Lennart Spitzner |
Maintainer | Lennart Spitzner <hexagoxel@hexagoxel.de> |
Category | Pretty Printer |
Home page | https://github.com/lspitzner/data-tree-print |
Bug tracker | https://github.com/lspitzner/data-tree-print/issues |
Source repo | head: git clone https://github.com/lspitzner/data-tree-print.git |
Uploaded | by lspitzner at 2018-04-13T17:40:22Z |
Distributions | Arch:0.1.0.2, Debian:0.1.0.2, NixOS:0.1.0.2 |
Reverse Dependencies | 2 direct, 2 indirect [details] |
Downloads | 10653 total (23 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] |