package calendar

  1. Overview
  2. Docs

Some utilities.

  • since 2.0
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.