ghc-vis icon indicating copy to clipboard operation
ghc-vis copied to clipboard

Visualize live Haskell data structures in GHCi

Results 9 ghc-vis issues
Sort by recently updated
recently updated
newest added

@def- what work do you think is needed to get this project up and running again?

GHC 7.8.3 32bit, Windows Consider the following example: ``` data Pair2 = Pair2 !Int !Int let p2 = Pair2 (1+2) (3+4) :vis :view p2 ``` the window is empty and...

cabal install fails for when using ghc 8.0.2: [log.txt](https://github.com/def-/ghc-vis/files/3424573/log.txt)

This will be very cool and easier for installation without any cloning.

It will be great if BCO objects are hidden by default and shown only with an option. Currently they add a lot of noise and for the common case they...

I'm having a hell of a time (in a bad way) figuring how to get ghc-vis setup in a stack project.

When compiling with GHC 8.0.1 on NixOS, I have the following problems: 1. The provided version bounds are too restrictive for my versions of `base` and `transformers`. 2. There are...

minimal session to recreate: $ ghci **snip** Loading package ghc-vis-0.7.2.7 ... linking ... done. λ> let a = [1..5] λ> :view a λ> let b = filter even a λ>...

Windows 8.1 64bit, Haskell Platform 2014.2.0.0 32bit. Following the process from page [installing-windows](http://felsin9.de/nnis/ghc-vis/installing-windows/), the last step does not work: `cabal install ghc-vis --enable-shared --disable-library-profiling` Multiple errors `Perhaps you haven't installed...