doc: swap takef / dropf codomain contracts
The codomain for `takef-right` didn't match `take-right`. Same for `dropf-right`.
This commit is contained in:
parent
1933501658
commit
f29d77d3d8
|
@ -1055,8 +1055,8 @@ except that it can be faster.
|
|||
|
||||
|
||||
@deftogether[(
|
||||
@defproc[(takef-right [lst any/c] [pred procedure?]) list?]
|
||||
@defproc[(dropf-right [lst any/c] [pred procedure?]) any/c]
|
||||
@defproc[(takef-right [lst any/c] [pred procedure?]) any/c]
|
||||
@defproc[(dropf-right [lst any/c] [pred procedure?]) list?]
|
||||
@defproc[(splitf-at-right [lst any/c] [pred procedure?]) (values list? any/c)]
|
||||
)]{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user