published on January 13, 2021 tags: ocaml OCaml Modules module type Comparable = sig type t val compare : t -> t -> int end