ghc-vis-0.2.1: Live visualization of data structures in GHCi

Maintainerdennis@felsin9.de
Safe HaskellSafe-Infered

GHC.Vis.Graph

Description

 

Synopsis

Documentation

xDotParse :: [(Box, String)] -> IO ([(Maybe Node, Operation)], [Box], Rectangle)Source

Take the objects to be visualized and run them through dot and extract the drawing operations that have to be exectued to show the graph of the heap map.