stdune
Stdune.Map
stdune.filesystem_stubs
module type S = sig ... end
module type Key = sig ... end
module Make (Key : Key) : S with type key = Key.t