[racket-dev] relationship between define-struct and struct

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Sat Aug 28 15:39:14 EDT 2010

On Sat, Aug 28, 2010 at 3:38 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> This works fine in #lang racket, eg:
>
> #lang racket
> (define-struct s (a b))
> (provide (struct-out s))
>
> I think that ASL's define-struct is not racket's tho, so you'd
> probably have to read the docs carefully to understand what's
> different and what it does and why it is not working properly with
> racket's struct-out.

Yes, thank you, you've just repeated my question...


Posted on the dev mailing list.