package orsetto

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

A table basis module

The total order of search keys.

module Vector : Vector.Profile with type element = string with type index = int with type t = string array

The implementation module for the underlying vector.

val xcompare : Search.t -> Vector.element -> int

The find function uses this to compare a search key with a vector element when iterating the vector.