diff options
Diffstat (limited to 'lib/kernel/colour.mli')
| -rw-r--r-- | lib/kernel/colour.mli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/kernel/colour.mli b/lib/kernel/colour.mli new file mode 100644 index 0000000..f419ecb --- /dev/null +++ b/lib/kernel/colour.mli @@ -0,0 +1,6 @@ +(** Liturgical colours, shared by all Roman rites. *) +type t = White | Red | Green | Violet | Rose | Black [@@deriving sexp] + +val all : t list +val to_string : t -> string +val of_string : string -> t option |
