Module CalendarLib.Utils

module type Comparable = sig ... end

Interface for comparable and hashable types. Modules implementing this interface can be an argument of Map.Make, Set.Make or Hashtbl.Make.

module Int : Comparable with type t = int

Integer implementation.

module Float : sig ... end

Float implementation.