Version 1.3.0
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Polytables:Polymorphic tables (using Map)sig..end
type 'a key type t val create : unit -> tval make_key : unit -> 'a keyval set : table:t -> key:'a key -> value:'a -> unitset t k v associates v to k in tval get : table:t -> key:'a key -> 'aget t k returns the current binding of k in t or raises Not_foundval clear : table:t -> unitclear t remove all data from t