Function LIST-TO-SET


Slots on this function:

Documentation:
denotes the set consisting of the elements of the list. Essentially removes duplicates and order information from the list.
Arity: 2

Axioms:

(=> (List-To-Set ?List ?Result)
    (= ?Result (Setofall ?X (Item ?X ?List))))