insert module:Data.Set -package:set-monad -package:multimap is:exact -package:linear-base
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.
O(log n). 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.