CalendarLib.UtilsSome utilities.
module type Comparable = sig ... endInterface 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 = intInteger implementation.
module Float : sig ... endFloat implementation.