package sortedseq_intersect

  1. Overview
  2. Docs

Module type Sorted_seq_intersect.SSource

Signature for a container type with functions get and length, and an comparsion function for elements in the container

type elt
type t
val cmp : elt -> elt -> int
val get : t -> int -> elt
val length : t -> int
OCaml

Innovation. Community. Security.