comby.patdiff_kernel
Patdiff_kernel.Output
comby
comby.camlzip
comby.configuration
comby.interactive
comby.patdiff
comby.pipeline
comby.statistics
module type S = sig ... end
An output can apply a style to a string and print a list of hunks
type t =
| Ansi
| Ascii
| Html
Ascii is Ansi with no styles.
val compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val implies_unrefined : t -> bool