package calendar

  1. Overview
  2. Docs
Library for handling dates and times in your program

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
md5=8c7207407fc6b4d0bd3d05ed3c13f91a
sha512=cf8a5cfbfb8879da7bcacf765d5461523cbc4f0c13133dfb2f311b051ed95b5f72815af5ca2836294a793d9b57bfc4cc1abbb8b54e17954cb4ecc99e1743bdc3

doc/calendar/CalendarLib/Utils/index.html

Module CalendarLib.UtilsSource

Some utilities.

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

Sourcemodule Int : Comparable with type t = int

Integer implementation.

Sourcemodule Float : sig ... end

Float implementation.