ghc-vis
ghc-vis copied to clipboard
ghc: Unknown opcode 0
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 λ> :view b ghc: Unknown opcode 0
What GHC version and OS is that?
7.8.3 on NixOS
On Thu, Mar 26, 2015 at 2:10 AM, Dennis Felsing [email protected] wrote:
What GHC version and OS is that?
— Reply to this email directly or view it on GitHub https://github.com/def-/ghc-vis/issues/6#issuecomment-86416725.
Alright, my bad. Forgot this is a known issue already: https://github.com/nomeata/ghc-heap-view/issues/3