** add colons to macro names

This commit is contained in:
ben 2015-12-14 05:46:13 -05:00
parent a9820bd986
commit 8c95bc68dc

View File

@ -40,8 +40,8 @@ When the first argument to `printf:` is not a string literal, nothing special ha
Besides `printf:`, this library also provides [macros](http://www.greghendershott.com/fear-of-macros/)
for:
- `regexp-match`, to count the number of groups in a pattern and give the match result a more specific type
- `+`, `-`, `*`, `/`, to reduce constants where possible, yielding results with more specific types.
- `regexp-match:`, to count the number of groups in a pattern and give the match result a more specific type
- `+:`, `-:`, `*:`, `/:`, to reduce constants where possible, yielding results with more specific types.
See the [documentation](http://pkg-build.racket-lang.org/doc/trivial/index.html) for the full story.