summaryrefslogtreecommitdiff
path: root/lib/kernel/subject.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/subject.mli')
-rw-r--r--lib/kernel/subject.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/kernel/subject.mli b/lib/kernel/subject.mli
new file mode 100644
index 0000000..443364d
--- /dev/null
+++ b/lib/kernel/subject.mli
@@ -0,0 +1,6 @@
+(** Whom a celebration is of. [Temporal] is the temporal cycle's own office. *)
+type t = Temporal | Saint | Bvm | Lord [@@deriving sexp]
+
+val all : t list
+val to_string : t -> string
+val of_string : string -> t option