aboutsummaryrefslogtreecommitdiff
path: root/lib/kernel/mass_formulary.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/mass_formulary.ml')
-rw-r--r--lib/kernel/mass_formulary.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kernel/mass_formulary.ml b/lib/kernel/mass_formulary.ml
index 8151720..cb3532b 100644
--- a/lib/kernel/mass_formulary.ml
+++ b/lib/kernel/mass_formulary.ml
@@ -1,4 +1,4 @@
-type source = Proper | Own_slug | Preceding_sunday | Common [@@deriving sexp]
+type source = Proper | Own_slug | Preceding_sunday | Common | Votive [@@deriving sexp]
type t = { said : Slug.t; via : source } [@@deriving sexp]
let source_to_string = function
@@ -6,3 +6,4 @@ let source_to_string = function
| Own_slug -> "own"
| Preceding_sunday -> "preceding-sunday"
| Common -> "common"
+ | Votive -> "votive"