added member? as an alias for member to BSL
This commit is contained in:
parent
0dbf5fc943
commit
6bc3484ae0
|
@ -297,6 +297,9 @@
|
|||
" if so, it produces the suffix of the list that starts with x"
|
||||
" if not, it produces false."
|
||||
" (it compares values with the eqv? predicate.)")
|
||||
((beginner-member member?) (any (listof any) -> boolean)
|
||||
"to determine whether some value is on the list"
|
||||
" (comparing values with equal?)")
|
||||
((beginner-member member) (any (listof any) -> boolean)
|
||||
"to determine whether some value is on the list"
|
||||
" (comparing values with equal?)")
|
||||
|
|
Loading…
Reference in New Issue
Block a user