Module Display_util_internal.Color

Expose display helpers for use by the incr_dom-friendly library "sexp_diff"

type t =
| Red
| Green
| Plain
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val equal : t -> t -> bool