From abff8e648d3ee5ac3840e16fbec3e94fce352205 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 11 Aug 2026 13:26:15 +0200 Subject: 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. --- lib/rites/rite_ef/temporal_ef.mli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/rites/rite_ef/temporal_ef.mli') 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 -- cgit v1.3