|
|
|
|
Synopsis |
|
|
|
Documentation |
|
assembleBCOs :: [ProtoBCO Name] -> [TyCon] -> IO CompiledByteCode |
|
assembleBCO :: ProtoBCO Name -> IO UnlinkedBCO |
|
data CompiledByteCode |
Constructors | | Instances | |
|
|
data UnlinkedBCO |
Constructors | | Instances | |
|
|
data BCOPtr |
|
|
data BCONPtr |
|
|
bcoFreeNames :: UnlinkedBCO -> NameSet |
Finds external references. Remember to remove the names
defined by this group of BCOs themselves
|
|
data SizedSeq a |
|
sizeSS :: SizedSeq a -> Int |
|
ssElts :: SizedSeq a -> [a] |
|
iNTERP_STACK_CHECK_THRESH |
|
Produced by Haddock version 2.4.2 |