Hi,
I have noticed that a set!-transformer also cooperates with set!-values.
If you folks think this should be mentioned in the doc, I would be happy to fork it and edit it.
I don’t know what to do next, though.
Please let me know what you think.
Jos
--
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/FD9FF4BD-417B-44FE-BE5B-D4F32994FE1B%40hxcore.ol.
--
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/FD9FF4BD-417B-44FE-BE5B-D4F32994FE1B%40hxcore.ol.
Let me try to explain how to locate the documentation source.
(1) Click at the heading of the page that you want to edit. Unfortunately, this feature was only recently merged, so it doesn’t work with https://docs.racket-lang.org/ yet, but it does work on https://www.cs.utah.edu/plt/snapshots/current/doc/.
For your case, it’s this page. And here’s the result after you click at the heading.
What it says is that, you can find the Scribble file at https://github.com/racket/racket/tree/master/pkgs/racket-doc/scribblings/reference/.
(2) Clone the repository (https://github.com/racket/racket). Go to the said directory (pkgs/racket-doc/scribblings/reference/
). Grep for set!-transformer
. You’d find that the content is in the file stx-trans.scrbl
(that is, this file).
Hope this helps.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAGHj7-KvX6eEvdjZT3YQJm0aoj7p_fuY5CG7XuLXwyXZZRLWWg%40mail.gmail.com.