[plt-scheme] struct introspection

From: Todd O'Bryan (toddobryan at gmail.com)
Date: Tue May 25 17:38:57 EDT 2010

I feel like I've asked this before, but can't find it anywhere.

If I

(define-struct blah (a b c)
  #:transparent)

is there any way to get the names of blah's fields?

Todd


Posted on the users mailing list.