set - part-cw/lambdanative GitHub Wiki
(set? s)
Returns #t if argument is a set.
Parameter | Description |
---|---|
s | Set |
Example
> (set? 1)
#f
> (set? (set-singleton 1 <))
#t
Returns #t if argument is a set.
Parameter | Description |
---|---|
s | Set |
> (set? 1)
#f
> (set? (set-singleton 1 <))
#t