evnu / closed_intervals

Storing a set of closed intervals
Apache License 2.0
0 stars 1 forks source link

Split ClosedIntervals into two modules #6

Closed turion closed 5 years ago

turion commented 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.