vacuum-ubigraph

Visualize Haskell data structures using vacuum and Ubigraph

Latest on Hackage:0.2.0.2

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 Gleb Alexeyev
Maintained by Gleb Alexeyev

Visualize Haskell data structures using vacuum and Ubigraph

To use it, you'll have to install Ubigraph first, see http://ubietylab.net/ubigraph/

Then run ubigraph server with default settings (with a command like $UBIGRAPH_DIR/bin/ubigraph_server)

Then load System.Vacuum.Ubigraph module into the ghci session and use view function, e.g.

view [1..3]