Module Logtk.Hashcons
Hashconsing
module type HashedType = sig ... endmodule type S = sig ... endmodule MakeNonWeak : functor (X : HashedType) -> S with type elt = X.tVersion that uses a regular Hashtbl, rather than a weak table. Never frees memory, but might be faster.