Parameter Make.Module_name

type t;
module Set: Set.S with type elt = t;
module Map: Map.S with type key = t;
module Tbl: Hashtbl.S with type key = t;
let compare: t => t => int;