vacuum-cairo-0.5: Visualize live Haskell data structures using vacuum, graphviz and cairo

System.Vacuum.Cairo

Description

Interactively visualize Haskell heap values as SVG graphs in a Cairo canvas using graphviz.

 view [1..10]

Will display a pop-up window of the data structure produced

Synopsis

Documentation

view :: a -> IO ()Source

Render a value using the current session

viewFile :: String -> a -> IO ()Source

Render a value to a file