ghc-6.12.3: The GHC APISource codeContentsIndex
ByteCodeLink
Documentation
data HValue Source
type ClosureEnv = NameEnv (Name, HValue)Source
emptyClosureEnv :: NameEnv aSource
extendClosureEnv :: ClosureEnv -> [(Name, HValue)] -> ClosureEnvSource
linkBCO :: ItblEnv -> ClosureEnv -> UnlinkedBCO -> IO HValueSource
lookupStaticPtr :: FastString -> IO (Ptr ())Source
lookupName :: ClosureEnv -> Name -> IO HValueSource
lookupIE :: ItblEnv -> Name -> IO (Ptr a)Source
Produced by Haddock version 2.6.1