Christophe Raffalli writes: > > did anyone implemented weak hash table using weak pointers in OCaml ? > > I need that, and if I can save work ... I did it once, but a very naive implementation with only functions "create", "add" and "find" (I finally ended using some other data structure, so I didn't pursue). Anyhow, I attach these two small files. -- Jean-Christophe Filliātre (http://www.lri.fr/~filliatr)