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

Creates an empty set with the specified operator.

Parameter Description
operator Set less operator

Example

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