<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi,</DIV>
<DIV>The docs on syntax-e do not describe what they return for #'#&amp;x 
or</DIV>
<DIV>#'#hash((x . y)). I found the following</DIV>
<DIV>&nbsp;</DIV>
<DIV>;Welcome to DrScheme, version 369.8-svn19mar2007 [3m].<BR>;Language: 
Textual (MzScheme, includes R5RS) custom.<BR>(unbox (syntax-e #'#&amp;x)) 
;--&gt; syntax<BR>(syntax-e (unbox (syntax-e #'#&amp;x))) ;--&gt; x<BR>(syntax-e 
#'#hash((x . y))) ;--&gt; #&lt;hash-table&gt;<BR>(hash-table-map (syntax-e 
#'#hash((x . y))) cons) ;--&gt; ((x . y))<BR>(hash-table-map (syntax-e 
#'#hasheq((x . y))) cons) ;--&gt; ((x . y))</DIV>
<DIV>&nbsp;</DIV>
<DIV>To me this seems inconsistent, but may be there is a specific reason for 
syntax-e to show the contents of a hash-table unwrapped from syntaxes.</DIV>
<DIV>Is there?</DIV>
<DIV>Jos koot</DIV>
<DIV>&nbsp;</DIV>
<DIV>(((((lambda(x)((((((((x x)x)x)x)x)x)x)x))<BR>&nbsp;&nbsp;&nbsp; 
(lambda(x)(lambda(y)(x(x y)))))<BR>&nbsp;&nbsp; (lambda(x)(x)x))<BR>&nbsp; 
(lambda()(printf "Greetings, Jos~n"))))</DIV></BODY></HTML>