Parameter Make.Module_name

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