Module Linked_tree

module type Key = Core_kernel.Hashtbl.Key_plain
module type S = sig ... end
module Make (Key : Key) : S with module Key = Key