Cf_index_nodeIndex codes for tree structures.
This module contains the index node structure shared by tree structures like
f_rbtree
and
f_sbheap
where an index is paired with an indexed value.
module type Profile = sig ... endThe signature of an index node module.
Tree structures use Unary(E) to make an node module where E.t is the only value stored in the node. (The obj function asserts false.)