Module Patdiff_kernel__.Float_tolerance
val apply : string Patdiff_kernel.Import.Patience_diff.Hunks.t -> Core_kernel.Percent.t -> context:int -> string Patdiff_kernel.Import.Patience_diff.Hunks.t
apply hunks tolerance ~context
converts diff ranges into context if the diff looks like floating point numbers that changed by less thantolerance
. If necessary, narrows or splits the resulting hunks to limit context tocontext
lines.Float tolerance must be applied before refinement.