Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Run-time info table support. This module provides support for creating and reading info tables in the running program. We use the RTS data structures directly via hsc2hs.
Documentation
mkConInfoTable :: Bool -> Int -> Int -> Int -> Int -> ByteString -> IO (Ptr StgInfoTable) Source #