Closed turion closed 5 years ago
Many functions are actually specific to the tree type. One could pull out functions that can be defined directly on trees in a separate module, and call them with explicit order/eq functions.
tree
order
eq
Many functions are actually specific to the
tree
type. One could pull out functions that can be defined directly ontree
s in a separate module, and call them with explicitorder
/eq
functions.