Syntax objects are supported

This commit is contained in:
Jay McCarthy 2010-05-24 11:38:32 -06:00
parent 61f03beaee
commit 3b98c8f9b3

View File

@ -135,6 +135,5 @@ Consumes the result of parsing bytecode and returns an S-expression
@defproc[(zo-marshal [top compilation-top?]) bytes?]{ @defproc[(zo-marshal [top compilation-top?]) bytes?]{
Consumes a representation of bytecode and generates a byte string for Consumes a representation of bytecode and generates a byte string for
the marshaled bytecode. Currently, syntax objects are not supported, the marshaled bytecode.}
including in @racket[req] for a top-level @racket[#%require].}