:: a -> Set a -> Set a package:containers

Insert an element in a set. If the set already contains an element equal to the given value, it is replaced with the new value.
Delete an element from a set.