[plt-scheme] "implicitly mutable"?

Raoul Duke raould at gmail.com
Mon Oct 20 02:27:52 EDT 2008


http://docs.plt-scheme.org/guide/define-struct.html
"#:auto-value auto-expr Specifies a value to be used for all automatic
fields in the structure type, where an automatic field is indicated by
the #:auto field option. The constructor procedure does not accept
arguments for automatic fields, and they are implicitly mutable."

but, apparently there's no mutating set procedure created unless i
also mark it as #:mutable, so i don't grok what it means for them to
be implicitly mutable, if i can't mutate them.

thanks.



More information about the plt-scheme mailing list