[Oni Tech] # _ Github
published on
tags: ocaml

OCaml Modules

module type Comparable = sig
  type t
  val compare : t -> t -> int
end