package calendars

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CalendarsSource

Sourcetype d = {
  1. day : int;
  2. month : int;
  3. year : int;
  4. delta : int;
}
Sourceval gregorian_of_sdn : int -> d
Sourceval julian_of_sdn : int -> d
Sourceval french_of_sdn : int -> d
Sourceval hebrew_of_sdn : int -> d
Sourceval sdn_of_gregorian : d -> int
Sourceval sdn_of_julian : d -> int
Sourceval sdn_of_french : d -> int
Sourceval sdn_of_hebrew : d -> int
Sourceval gregorian_of_julian : d -> d
Sourceval julian_of_gregorian : d -> d
Sourceval gregorian_of_french : d -> d
Sourceval french_of_gregorian : d -> d
Sourceval gregorian_of_hebrew : d -> d
Sourceval hebrew_of_gregorian : d -> d
Sourcetype moon_phase =
  1. | NewMoon
  2. | FirstQuarter
  3. | FullMoon
  4. | LastQuarter
Sourceval moon_phase_of_sdn : int -> (moon_phase * int * int) option * int
OCaml

Innovation. Community. Security.