datastructures v0.1.1 Data.Set.BalancedTree

Summary

Functions

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