aboutsummaryrefslogtreecommitdiff
path: root/lib/kernel/liturgical_day.ml
Commit message (Collapse)AuthorAgeFilesLines
* kernel: the LiturgicalDay result schemaLukasz Kasprzak2026-08-111-0/+19
Temporal is embedded rather than flattened, so season/week/weekday have one home and cannot disagree with themselves. transferred_in/out make transfers visible in the result -- an ordo must print 'transferred from the 25th', and the nothing-lost invariant reads these fields. citations exists and is empty until Plan 4; adding it later would widen a type every consumer matches on.