Add example of (List t ... bound).
Closes PR 11903. original commit: 5ec7401f1f5a628948e091eeb2a54d7ca09f2109
This commit is contained in:
parent
e36796195e
commit
5286a8163d
|
@ -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))
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user