<div dir="ltr"><div>If I evaluate (write myset) for myset as (set 1 2 3), the format of
 the output is &quot;#&lt;set: 1 2 3&gt;&quot;, whereas (print myset) produces 
&quot;(set 1 2 3)&quot;.  Naturally, I can read in the latter but not the former. 
 From the docs, I believe the expectation is that we can rely on the 
output of write for reading, but not necessarily that of print.<br>
<br></div><div>Am I missing something here or is this a problem with how racket is writing sets?  (I&#39;m using v5.3.5)<br><br></div><div>Thanks,<br></div>--Wayne<br></div>