summaryrefslogtreecommitdiff
path: root/lib/kernel/colour.mli
blob: f419ecbfdb4cd3c7b8490444958ae35f2f4e6c8f (plain) (blame)
1
2
3
4
5
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