ghc-7.10.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

ByteCodeAsm

Description

ByteCodeLink: Bytecode assembler and linker

Synopsis

Documentation

bcoFreeNames :: UnlinkedBCO -> NameSet Source

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

ssElts :: SizedSeq a -> [a] Source