Module type Base_for_tests.Test_binary_searchable_intf.For_test

To implement the tests, we need two different elt values small < big, to be able to compare those values, and to be able to construct a t containing those values.

type t
type elt
val compare : elt ‑> elt ‑> Base.int
val small : elt
val big : elt
val of_array : elt Base.array ‑> t