aboutsummaryrefslogtreecommitdiff
path: root/lib/rites
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rites')
-rw-r--r--lib/rites/rite_ef/rite_ef.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rites/rite_ef/rite_ef.ml b/lib/rites/rite_ef/rite_ef.ml
index 60065b7..a8a9703 100644
--- a/lib/rites/rite_ef/rite_ef.ml
+++ b/lib/rites/rite_ef/rite_ef.ml
@@ -33,6 +33,11 @@ let context ~lectionary ~commons : (Vocab_ef.season, Vocab_ef.rank) Rite.t =
year_start = Temporal_ef.year_start;
temporal = Temporal_ef.temporal;
anchors = Temporal_ef.anchors;
+ (* RG's own computus: the Roman rite reckons Easter on the Gregorian
+ calendar. Supplied here rather than assumed by the kernel, so a
+ Julian-reckoning rite can supply {!Computus.julian_easter}
+ instead. Read by [Layer.index] for [Date_spec.Easter_offset]. *)
+ easter = Colitur_kernel.Computus.gregorian_easter;
rules =
{ Precedence.band = Precedence_ef.band;
disposition = Precedence_ef.disposition;