summaryrefslogtreecommitdiff
path: root/lib/kernel/temporal.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/temporal.ml')
-rw-r--r--lib/kernel/temporal.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/kernel/temporal.ml b/lib/kernel/temporal.ml
index a34eeb0..878c6e9 100644
--- a/lib/kernel/temporal.ml
+++ b/lib/kernel/temporal.ml
@@ -4,7 +4,10 @@ open Sexplib0.Sexp_conv
the temporal cycle's own office for it. *)
type ('s, 'r) t = {
season : 's;
- week : int option; (** [None] for named days outside a numbered week *)
+ week : int option;
+ (** [None] exactly when the date falls outside every numbered week the
+ rite defines; a named day inside a numbered season run still
+ carries that run's week -- see temporal.mli. *)
weekday : Date.weekday;
office : 'r Celebration.t;
}