@hackage ghc-vis0.9.3.1
Live visualization of data structures in GHCi
Categories
License
BSD-3-Clause
Maintainer
Dennis Felsing <dennis@felsing.org>
Links
Versions
Installation
CustomTested Compilers
Dependencies (13)
- base >=4.5 && <5
- cairo >=0.12
- containers >=0.4
- deepseq >=1.3
- fgl >=5.4
- ghc-heap-view >=0.6 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
graph
(on by default)
"Enable graph view using Graphviz"
full
(on by default)
"Full ghc-vis window: decorations, buttons, legend"
Visualize live data structures in GHCi. Evaluation is not forced and you can interact with the visualized data structures. This allows seeing Haskell's lazy evaluation and sharing in action.
See https://dennis.felsing.org/ghc-vis/#basic-usage for the basic usage of ghc-vis or watch a short video demonstrating how it can be used with GHCi's debugger: https://dennis.felsing.org/ghc-vis/#combined-debugger