comby.patdiff_kernel
Patdiff_kernel.Comparison_result
comby
comby.camlzip
comby.configuration
comby.interactive
comby.patdiff
comby.pipeline
comby.statistics
type t =
| Binary_same
| Binary_different of {
prev_is_binary : bool;
next_is_binary : bool;
}
| Hunks of Hunks.t
val create : Configuration.t -> prev:Diff_input.t -> next:Diff_input.t -> compare_assuming_text: (Configuration.t -> prev:Diff_input.t -> next:Diff_input.t -> Hunks.t) -> t
val has_no_diff : t -> bool