datastructures v0.2.6 Data.Set.Standard

Summary

Functions

add(standard, element)
clear()
delete(standard, element)
difference(arg1, other)
disjoint?(arg1, other)
empty?(standard)
filter(standard, pred)
intersection(arg1, other)
member?(standard, element)
new()
new(enum_or_set)
reduce(standard, acc, fun)
size(standard)
subset?(arg1, other)
to_list(standard)
union(arg1, other)