Description
Visualize live Haskell data structures using vacuum, graphviz and cairo.
Description
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..])