package sexp_diff_kernel

  1. Overview
  2. Docs

Module Display_util_internal.ColorSource

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

Sourcetype t =
  1. | Red
  2. | Green
  3. | Plain
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool