Module Hashcons

module Hashcons: sig .. end
A simple Hashconsing facility.

type t 
val create : unit -> t
val add : t -> string -> int
val find : t -> int -> string