calendar
CalendarLib.Utils
Some utilities.
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.
Map.Make
Set.Make
Hashtbl.Make
module Int : Comparable with type t = int
Integer implementation.
module Float : sig ... end
Float implementation.