ghc-7.2.1: The GHC API

ByteCodeAsm

Synopsis

Documentation

bcoFreeNames :: UnlinkedBCO -> NameSet

Finds external references. Remember to remove the names defined by this group of BCOs themselves

data SizedSeq a

ssElts :: SizedSeq a -> [a]