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.
Instance-Of: Function
Arity: 2

Other Related Axioms:

(<- (List-To-Set ?List) (Setofall ?X (Item ?X ?List)))