From 3b98c8f9b3f9a8b02b68de78fb8a71c35904d66a Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 24 May 2010 11:38:32 -0600 Subject: [PATCH] Syntax objects are supported --- collects/scribblings/raco/decompile.scrbl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/scribblings/raco/decompile.scrbl b/collects/scribblings/raco/decompile.scrbl index 74687c4c81..24184516f6 100644 --- a/collects/scribblings/raco/decompile.scrbl +++ b/collects/scribblings/raco/decompile.scrbl @@ -135,6 +135,5 @@ Consumes the result of parsing bytecode and returns an S-expression @defproc[(zo-marshal [top compilation-top?]) bytes?]{ Consumes a representation of bytecode and generates a byte string for -the marshaled bytecode. Currently, syntax objects are not supported, -including in @racket[req] for a top-level @racket[#%require].} +the marshaled bytecode.}