Module Patdiff_kernel.Comparison_result
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