module Utils: sig .. end
sig
end
Some utilities.
module type Comparable = sig .. end
Interface for comparable and hashable types.
module Int: Comparable with type t = int
Comparable
with type t = int
Integer implementation.
module Float: sig .. end
Float implementation.