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

ghc: Unknown opcode 0

Open sheganinans opened this issue 10 years ago • 3 comments

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

sheganinans avatar Mar 26 '15 06:03 sheganinans

What GHC version and OS is that?

def- avatar Mar 26 '15 09:03 def-

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.

sheganinans avatar Mar 26 '15 14:03 sheganinans

Alright, my bad. Forgot this is a known issue already: https://github.com/nomeata/ghc-heap-view/issues/3

def- avatar Mar 26 '15 17:03 def-