[racket] what is this thing: '#(struct:foo 3 4) ?

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri Sep 10 12:29:16 EDT 2010

On Fri, Sep 10, 2010 at 12:21 PM, John Clements
<clements at brinckerhoff.org> wrote:
> I've spent long enough with the docs on this not to feel too embarrassed about this question: what kind of value is produced by
>
> '#(struct:foo 3 4)

Just to plug Doug's excellent software:

[samth at punge:~/work plt] r
Welcome to Racket v5.0.1.5.
> (require (planet williams/describe:1:0/describe))
> (describe '#(struct:foo 3 4))
#(struct:foo 3 4) is an immutable vector of length 3

-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.