Module Display_util_internal.Line

type t = {
color : Color.t;
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