set empty - part-cw/lambdanative GitHub Wiki
(set-empty operator)
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
Creates an empty set with the specified operator.
Parameter | Description |
---|---|
operator | Set less operator |
> (define a (set-empty <))
> (set? a)
#t
> (set-empty? a)
#t