package orsetto

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

A distinguished instance of the map basis for string maps.

module Index : Cf_relations.Order with type t = int

The total order of the table and co-domain array index type.

module Table : Table.Basis with type Vector.index = Index.t with type Search.t = string with type Vector.element = string with type Vector.t = string array

The basis of the underlying table module.

module Content : Aux.Profile with type index := Index.t with type 'a t = 'a array

The implementation of the underlying co-domain content array.