Ocsigen

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!

sig
  type 'a key
  type t
  val create : unit -> Polytables.t
  val make_key : unit -> 'Polytables.key
  val set : table:Polytables.t -> key:'Polytables.key -> value:'-> unit
  val get : table:Polytables.t -> key:'Polytables.key -> 'a
  val clear : table:Polytables.t -> unit
end