Module IStdlib.LRUHashtbl

module type S = sig ... end
module Make : functor (Key : IStdlib.IStd.Caml.Hashtbl.HashedType) -> S with type key = Key.t