next up previous contents
Next: Ordered sets Up: Unordered Sets Previous: Unordered Sets

set

In this implementation an unordered explicit finite set is a list with 'SET as its car. A Sol set evaluates (in the sense of eval) to itself.

(define set
(lambda a
(cons 'set a)))



Richard W. DeVaul
1998-12-07