package sexp_diff_kernel

  1. Overview
  2. Docs
type t = {
  1. color : Color.t;
  2. content : string;
}
val content : t -> string
val color : t -> Color.t
module Fields : sig ... end
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_text : green:(string -> 'a) -> red:(string -> 'a) -> plain:(string -> 'a) -> t -> 'a
val length : t -> int