package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Base_for_tests.Test_binary_searchable_intfSource

Produce unit tests for binary searchable containers

Sourcemodule type For_test = sig ... end

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.

Sourcemodule type For_test1 = sig ... end
Sourcemodule type Indexable_and_for_test = sig ... end
Sourcemodule type Indexable1_and_for_test = sig ... end
Sourcemodule type Binary_searchable_and_for_test = sig ... end
Sourcemodule type Binary_searchable1_and_for_test = sig ... end
Sourcemodule type Test_binary_searchable = sig ... end
OCaml

Innovation. Community. Security.