module Make (H : Hashtbl.S) : sig val make : (H.key -> 'a) -> H.key -> 'a val make_rec : ((H.key -> 'a) -> H.key -> 'a) -> H.key -> 'a end