tree-view: Render trees as foldable HTML and Unicode art

[ bsd3, data, library ] [ Propose Tags ]

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

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, 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, 24 indirect [details]
Downloads 8467 total (42 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]