3 Synopsis: Extract the heap representation of Haskell values and thunks
5 This library provides functions to introspect the Haskell heap, for example
6 to investigate sharing and lazy eavaluation.
8 It has been inspired by (and taken code from) the vacuum package and the GHCi
9 debugger, but also allows to investiage thunks and other closures.
12 Author: Joachim Breitner
13 Maintainer: Joachim Breitner <mail@joachim-breitner.de>
17 Extra-source-files: Demo.hs
20 Exposed-modules: GHC.HeapView
21 Build-depends: base, ghc, integer-gmp, ghc-prim
22 C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm