package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type For_test = For_test
module type For_test1 = For_test1
module Test (M : Binary_searchable_and_for_test) : sig ... end
module Test1 (M : Binary_searchable1_and_for_test) : sig ... end
module Make_and_test (T : Indexable_and_for_test) : Base.Binary_searchable.S with type t := T.t with type elt := T.elt

Make_and_test does Binary_searchable.Make and Test.

module Make1_and_test (T : Indexable1_and_for_test) : Base.Binary_searchable.S1 with type 'a t := 'a T.t
OCaml

Innovation. Community. Security.