Module Base_for_tests__Test_binary_searchable_intf
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