binary : Context => String -> Compile String
compile' : Context => Bytecode -> Compile String
exec' : Context => Bytecode -> Compile String
compile : Context => Bytecode -> IO (Either CompilationError String)
exec : Context => Bytecode -> IO (Either CompilationError String)