Add example of (List t ... bound).

Closes PR 11903.

original commit: 5ec7401f1f5a628948e091eeb2a54d7ca09f2109
This commit is contained in:
Eric Dobson 2013-04-03 23:07:12 -07:00
parent e36796195e
commit 5286a8163d

View File

@ -293,6 +293,8 @@ corresponding to @racket[trest], where @racket[bound]
@ex[
(list 'a 'b 'c)
(plambda: (a ...) ([sym : Symbol] boxes : (Boxof a) ... a)
(ann (cons sym boxes) (List Symbol (Boxof a) ... a)))
(map symbol->string (list 'a 'b 'c))
]