From cb5aac762ef5f767e81d49d991e5dc2ec8be971d Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 24 May 2010 11:56:15 -0600 Subject: [PATCH] Adding stream output --- collects/scribblings/raco/decompile.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/scribblings/raco/decompile.scrbl b/collects/scribblings/raco/decompile.scrbl index 24184516f6..cacf906532 100644 --- a/collects/scribblings/raco/decompile.scrbl +++ b/collects/scribblings/raco/decompile.scrbl @@ -132,6 +132,10 @@ Consumes the result of parsing bytecode and returns an S-expression @defmodule[compiler/zo-marshal] +@defproc[(zo-marshal-to [top compilation-top?] [out output-port?]) void?]{ + +Consumes a representation of bytecode and writes it to @racket[out].} + @defproc[(zo-marshal [top compilation-top?]) bytes?]{ Consumes a representation of bytecode and generates a byte string for