| |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Documentation | |||||||||||||||||||||||||||||||||||||
assembleBCOs :: [ProtoBCO Name] -> [TyCon] -> IO CompiledByteCode | |||||||||||||||||||||||||||||||||||||
assembleBCO :: ProtoBCO Name -> IO UnlinkedBCO | |||||||||||||||||||||||||||||||||||||
data CompiledByteCode | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
data UnlinkedBCO | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
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] | |||||||||||||||||||||||||||||||||||||
Produced by Haddock version 2.3.0 |