Module Utils

module Utils: sig .. end

Some utilities.


module type Comparable = sig .. end

Interface for comparable and hashable types.

module Int: Comparable  with type t = int

Integer implementation.

module Float: sig .. end

Float implementation.