commit 7fa0c4cfc6d5570f149389e43710a936766c2293 parent 26e94d786c2c75d556b49593668914bafa5d9207 Author: Alex Knauth <alexander@knauth.org> Date: Sun, 6 Dec 2015 22:36:17 -0500 Update README.md Diffstat:
| M | README.md | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -13,3 +13,9 @@ arity+keywords: http://pkg-build.racket-lang.org/doc/kw-utils/arity_keywords_scr map with keywords: http://pkg-build.racket-lang.org/doc/kw-utils/kw-map_scrbl.html +kw-hash: http://pkg-build.racket-lang.org/doc/kw-utils/kw-hash_scrbl.html + +partial application: http://pkg-build.racket-lang.org/doc/kw-utils/Partial_application_with_keywords.html + +curried map: http://pkg-build.racket-lang.org/doc/kw-utils/Creating_functions_that_map_over_lists.html +