vacuum-ubigraph-0.2.0.2: Visualize Haskell data structures using vacuum and Ubigraph

System.Vacuum.Ubigraph

Description

Interactively visualize Haskell heap values using Ubigraph

Synopsis

Documentation

data Options Source

Constructors

Options 

hubigraphView :: a -> Options -> Hubigraph ()Source

hubigraphView renders a value in the Hubigraph monad

customView :: Options -> String -> a -> IO ()Source

defaultServer is an URL of the Ubigraph RPC server invoked by the view function, its value is http://127.0.0.1:20738/RPC2

customView renders value with custom settings

view :: a -> IO ()Source

view renders value with default settings