Module Splay_tree.Splay_tree0_intf.S.Partition

type t = {
lt : t;
mid : t;
gt : t;
}