doc clarification on `set-rest'
This commit is contained in:
parent
3aac6ec715
commit
a4b5336709
|
@ -59,7 +59,8 @@ Produces an unspecified element of @racket[st]. Multiple uses of
|
|||
|
||||
@defproc[(set-rest [st (and/c set? (not/c set-empty?))]) set?]{
|
||||
|
||||
Removes @racket[(set-first st)] from @racket[st].}
|
||||
Produces a set that includes all elements of @racket[st] except
|
||||
@racket[(set-first st)].}
|
||||
|
||||
|
||||
@defproc[(set-add [st set?] [v any/c]) set?]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user