aboutsummaryrefslogtreecommitdiff
path: root/lib/rites/rite_ef/temporal_ef.mli
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 13:26:15 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 13:26:15 +0200
commitabff8e648d3ee5ac3840e16fbec3e94fce352205 (patch)
tree683ddf5870b1a7ce7dee0299ab506f9ce773315c /lib/rites/rite_ef/temporal_ef.mli
parent3c3e84a6ebd4d2a9bcd81410d4a2e5c2fa51005d (diff)
downloadcolitur-abff8e648d3ee5ac3840e16fbec3e94fce352205.tar.gz
colitur-abff8e648d3ee5ac3840e16fbec3e94fce352205.zip
rite(ef): named temporal days, vigils and the Nativity octave
The I-class feasts of the Lord (RG 91 entries 1-3), the Nativity, Ascension and Pentecost vigils (RG 28-34), and the days within the Octave of the Nativity (RG 64-70). Christ the King is the last Sunday of October per the 1960 calendar, not the OF's last Sunday before Advent. Rogation Wednesday coincides with the Ascension vigil; with no precedence framework until Plan 3, temporal emits the higher-ranked vigil.
Diffstat (limited to 'lib/rites/rite_ef/temporal_ef.mli')
-rw-r--r--lib/rites/rite_ef/temporal_ef.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rites/rite_ef/temporal_ef.mli b/lib/rites/rite_ef/temporal_ef.mli
index 7ee75e5..0a9656a 100644
--- a/lib/rites/rite_ef/temporal_ef.mli
+++ b/lib/rites/rite_ef/temporal_ef.mli
@@ -10,3 +10,11 @@ val advent_start : int -> Date.t
val year_start : int -> Date.t
val season : Date.t -> Vocab_ef.season
+
+(** Last Sunday of October, per the 1960 calendar. *)
+val christ_the_king : int -> Date.t
+
+(** The named temporal days: I-class feasts of the Lord, vigils, and days within
+ the Octave of the Nativity. Returns (season, slug, colour, rank, week). *)
+val named :
+ Date.t -> (Vocab_ef.season * string * Colour.t * Vocab_ef.rank * int option) option