[plt-scheme] Structure Inspectors

From: Ed Cavazos (proteus at theworld.com)
Date: Sun Jun 8 05:29:07 EDT 2003

Is there any way to make newly created struct types automatically
inspectable, without specifying the (make-inspector) argument to
define-struct? The docs say that inspectors are mainly intended for
debuggers. Is the idea that a debugger would instrument any instances
of define-struct with an additional (make-inspector) arg?

Ed



Posted on the users mailing list.