tracetree: Visualize Haskell data structures as edge-labeled trees

[ bsd3, development, library ] [ Propose Tags ]

The tracetree library can be used to conveniently write Haskell data structures as trees represented as JSON files. These JSON files can then be inspected with any JSON viewer; the JSON viewer's functionality to collapse part of the JSON tree can be particularly convenient when exploring large objects.

Additionally, the ttrender executable can be used to render these JSON trees as .svg or .png files, and provides various command line flags for controlling the layout of the tree (colour, orientation, hiding nodes, etc.).

The tracetree library and ttrender executable are independent components; if you don't want to add the dependency on tracetree to your project, you can just generate the .JSON files directly in your code; the format is not complicated (indeed, you can create them by hand or post-process previously exported .JSON files).

Flags

Automatic Flags
NameDescriptionDefault
ttrender

Build executable to render the trees (requires Cairo)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.8 && <5), bifunctors (>=4.2 && <4.3), colour (>=2.3 && <2.4), containers (>=0.5 && <0.6), diagrams-cairo (>=1.3 && <1.4), diagrams-contrib (>=1.3 && <1.4), diagrams-lib (>=1.3 && <1.4), json (>=0.9 && <0.10), mtl (>=2.2 && <2.3), optparse-applicative (>=0.11 && <0.12), parsec (>=3.1 && <3.2), regex-posix (>=0.95 && <0.96), SVGFonts (>=1.5 && <1.6), tracetree, transformers (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright 2015 Well-Typed LLP
Author Edsko de Vries
Maintainer edsko@well-typed.com
Category Development
Source repo head: git clone https://github.com/edsko/tracetree
Uploaded by EdskoDeVries at 2016-05-07T07:35:48Z
Distributions
Reverse Dependencies 3 direct, 2 indirect [details]
Executables ttrender
Downloads 2244 total (7 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-05-07 [all 1 reports]