@hackage vacuum-ubigraph0.2.0.2
Visualize Haskell data structures using vacuum and Ubigraph
Categories
License
BSD-3-Clause
Maintainer
Gleb Alexeyev <gleb.alexeev@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- base >=3 && <5
- containers >=0.2 && <0.4
- hubigraph >=0.3.0 && <0.4.0
- vacuum >=1.0.0 && <1.1.0 Show all…
Dependents (1)
@hackage/acme-everything
Visualize Haskell data structures using vacuum and Ubigraph
To use it, you'll have to install Ubigraph first, see http://ubietylab.net/ubigraph/
Then run ubigraph server with default settings (with a command like $UBIGRAPH_DIR/bin/ubigraph_server)
Then load System.Vacuum.Ubigraph module into the ghci session and use view function, e.g.
view [1..3]