package colibri2

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

An hashtable context aware

module type Sig = sig ... end

An hashtable context aware, where data are automatically initialized

module type Sig2 = sig ... end

A table where data are initialized on the fly, and can't be modified. It is used with other context aware mutable data-structure as data

module type Memo = sig ... end
module type Memo2 = sig ... end
module Push : sig ... end
module Ref : sig ... end
OCaml

Innovation. Community. Security.