Module Weak_hashtbl.Box

module Box: sig .. end
Weak_hashtbl requires that all values in the table be boxed, which ensures that weak pointers and finalization work as expected.

type 'a t 
val inject : 'a -> 'a t
val project : 'a t -> 'a