ghc-debug-common-0.2.1.0: Connect to a socket created by ghc-debug-stub and analyse the heap of the debuggee program.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Debug.Decode.Convert

Synopsis

Documentation

convertClosure :: (Num a, Eq a, Show a) => StgInfoTableWithPtr -> GenClosure a -> DebugClosure Void InfoTablePtr Void a Source #

Convert a GenClosure from ghc-heap to a DebugClosure,