tweak docs

This commit is contained in:
AlexKnauth 2014-07-16 17:01:57 -04:00
parent 206c937bf7
commit 1ab0a782c1

View File

@ -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)]
}}