vacuum-cairo

Visualize live Haskell data structures using vacuum, graphviz and cairo

http://code.haskell.org/~dons/code/vacuum-cairo

Latest on Hackage:0.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Don Stewart
Maintained by Don Stewart

Visualize live Haskell data structures using vacuum, graphviz and cairo

$ view "hello"

http://code.haskell.org/~dons/images/vacuum/hello.png

$ view [1..5]

http://code.haskell.org/~dons/images/vacuum/list.png

$ view (IntMap.fromList $ zip [1..10] [1..])

http://code.haskell.org/~dons/images/vacuum/intmap.png