next up previous contents
Next: listordered Up: Conversion procedures Previous: orderedvector

list$\rightarrow$unordered

The list$\rightarrow$unorderd function converts a list to an unordered set.

(define list->unordered
(function sset
((a slist))
(cons 'set a)))


root
4/29/1998