tree-view: Render trees as foldable HTML and Unicode art
Render trees as foldable HTML and Unicode art
Example:
*Data.Tree.View> drawTree $ Node "Add" [Node "Sub" [Node "3" [], Node "Mul" [Node "1" [], Node "2" []]], Node "4" []] Add ├╴Sub │ ├╴3 │ └╴Mul │ ├╴1 │ └╴2 └╴4
Downloads
- tree-view-0.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1 |
---|---|
Dependencies | base (<5), containers, mtl [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2014 Emil Axelsson |
Author | Emil Axelsson |
Maintainer | 78emil@gmail.com |
Revised | Revision 1 made by EmilAxelsson at 2016-11-30T16:23:34Z |
Category | Data |
Source repo | head: darcs get http://hub.darcs.net/emax/tree-view |
Uploaded | by EmilAxelsson at 2016-10-05T15:04:07Z |
Distributions | LTSHaskell:0.5.1, NixOS:0.5.1, Stackage:0.5.1 |
Reverse Dependencies | 7 direct, 27 indirect [details] |
Downloads | 8888 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-10-05 [all 1 reports] |