diff options
Diffstat (limited to 'lib/rites/rite_ef/temporal_ef.mli')
| -rw-r--r-- | lib/rites/rite_ef/temporal_ef.mli | 8 |
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 |
