Produce unit tests for binary searchable containers
module type For_test : sig ... endmodule type For_test1 : sig ... endmodule type Indexable_and_for_test : sig ... endmodule type Indexable1_and_for_test : sig ... endmodule type Binary_searchable_and_for_test : sig ... endmodule type Binary_searchable1_and_for_test : sig ... endmodule type Test_binary_searchable : sig ... end