YhcSource codeContentsIndex
ByteCode.Write
Description
Functions to write bytecode sequences to file
Synopsis
bcWrite :: IntState -> Flags -> FileFlags -> BCModule -> IO ()
withDirectory :: String -> (String -> String) -> String -> IO ()
Documentation
bcWrite
:: IntStateinternal compiler state
-> Flagscompiler flags
-> FileFlagsinfo about the file to write
-> BCModulebytecode declarations to write to file
-> IO ()
Write a sequence of bytecode declarations into a file.
withDirectory :: String -> (String -> String) -> String -> IO ()
write the data to the correct file and directory
Produced by Haddock version 0.8