YhcSource codeContentsIndex
ByteCode.Show
Description
Functions to convert bytecode into strings
Synopsis
strBCode :: (Id -> String) -> BCModule -> String
strIns :: Ins -> String
Documentation
strBCode
:: (Id -> String)A function to print identifiers
-> BCModuleThe declarations to print
-> String
Convert a list of bytecode declarations into a human-readable string
strIns :: Ins -> String
Convert a single bytecode instruction into a string
Produced by Haddock version 0.8