From 8c95bc68dc906ed0c7c59939800bf7a14738841e Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 14 Dec 2015 05:46:13 -0500 Subject: [PATCH] ** add colons to macro names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e4357..6d2a4d7 100644 --- a/README.md +++ b/README.md @@ -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.