GHCi.InfoTable

GHCi.InfoTable

Safe Haskell None
Language Haskell2010

Description

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.

mkConInfoTable :: Int -> Int -> Int -> [Word8] -> IO (Ptr StgInfoTable) Source

peekItbl :: Ptr StgInfoTable -> IO StgInfoTable Source

data StgInfoTable Source

Constructors

StgInfoTable

Fields

conInfoPtr :: Ptr () -> Ptr () Source

Convert a pointer to an StgConInfo into an info pointer that can be used in the header of a closure.

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.0.1/docs/html/libraries/ghci-8.0.1/GHCi-InfoTable.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部