package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Base.Binary_searchable.S
type elt
type t
val binary_search_segmented : (t, elt) Base__Binary_searchable_intf.binary_search_segmented
module For_test : Test_binary_searchable_intf.For_test with type elt := elt with type t := t

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.

OCaml

Innovation. Community. Security.