patdiff.kernel
Patdiff_kernel.Output
patdiff
patdiff.expect_test_patdiff
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.
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Sexplib0.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