Skip to content
Chris Petersen edited this page Mar 24, 2016 · 1 revision

Check if a set is empty.

Parameter Description
s Set

Example

> (define a (set-singleton 1 <))
> (set! a (set-remove 1 a))
> (set-empty? a)
#t
Clone this wiki locally