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

Maintainerdennis@felsin9.de
Safe HaskellSafe-Infered

GHC.Vis

Description

 

Synopsis

Documentation

visualization :: IO ()Source

This is the main function. It's to be called from GHCi and launches a graphical window in a new thread.

visSignal :: MVar SignalSource

Communication channel to the visualization

evaluate :: String -> IO ()Source

Evaluate an object identified by a String.