www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1ab0a782c1a5f5f252123bc30e8cdab7f07445ef
parent 206c937bf7d8ab5c87962c396a5aa6c2fab7011a
Author: AlexKnauth <alexander@knauth.org>
Date:   Wed, 16 Jul 2014 17:01:57 -0400

tweak docs

Diffstat:
Mafl/docs/docs.scrbl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/afl/docs/docs.scrbl b/afl/docs/docs.scrbl @@ -77,7 +77,7 @@ Examples: > @racket[(map @#,afl[(+ % %2)] '(1 2 3) '(1 2 3))] @racketresult['(2 4 6)] > @racket[(use-afl-readtable #:arg-str "_")] -> @racket[(map @#,afl[(+ _ _2)] '(1 2 3) '(1 2 3))] +> @racket[(map @#,afl[(+ _ @#,racketid[__2])] '(1 2 3) '(1 2 3))] @racketresult['(2 4 6)] }}