Popularity
9.4
Stable
Activity
5.5
-
132
14
21

Monthly Downloads: 86
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     GHC     Debug    
Latest version: v0.9

ghc-vis alternatives and similar packages

Based on the "ghc" category.
Alternatively, view ghc-vis alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghc-vis or a related project?

Add another 'ghc' Package

README

Visualize live Haskell data structures in GHCi

ghc-vis is a tool to visualize live Haskell 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.

Author: Dennis Felsing [email protected]

Contributions, suggestions, and bug reports are welcome!

Documentation

At http://felsin9.de/nnis/ghc-vis

Installation

Windows and Stack

1) Once

$ stack exec -- pacman -S mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 wget unzip 
$ stack exec -- echo 'export PATH=/c/graphviz/bin:$PATH' >> ~/.bashrc
$ stack install gtk2hs-buildtools glib cairo pango gtk
$ git clone https://github.com/def-/ghc-vis.git
$ stack install

2) Each time

In ghc-vis folder:

$ stack repl
ghci> :script ghci
ghci> :vis