blob: dc8f2152ad3bb2d23e5abfd9843edc6916d3b73f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
(** Ecclesiastical Easter. See docs/research/rules-register.md §0.
Both functions are total for a year in 1583..9999. *)
(** Easter Sunday by the Gregorian reckoning (OF + EF). *)
val gregorian_easter : int -> Date.t
(** Easter Sunday by the Julian reckoning, returned as the equivalent proleptic
Gregorian date (for future eastern rites; EF/OF use {!gregorian_easter}). *)
val julian_easter : int -> Date.t
|