Module Tjr_btree_examples.Make_3

Like Tjr_btree.Make, but using Sh_std_ctxt and binprot marshalling, and targetting an object; uncached

module $Open__14_341 = Shared_ctxt
module type S = sig ... end
module type T = sig ... end
module Make : functor (S : S) -> T with type k = S.k and type v = S.v

Int->int example

module type INT_INT_EX = T with type k = int and type v = int