package sexp_diff

  1. Overview
  2. Docs

Module Display_util_internal.LineSource

Sourcetype t = {
  1. color : Color.t;
  2. content : string;
}
Sourceval content : t -> string
Sourceval color : t -> Color.t
Sourcemodule Fields : sig ... end
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_text : green:(string -> 'a) -> red:(string -> 'a) -> plain:(string -> 'a) -> t -> 'a
Sourceval length : t -> int
OCaml

Innovation. Community. Security.