package patience_diff

  1. Overview
  2. Docs
type 'a t = 'a Hunk.t list
val unified : 'a t -> 'a t

unified t converts all Replace ranges in t to an Prev range followed by a Next range.

val ranges : 'a t -> 'a Range.t list

ranges t concatenates all the ranges of all hunks together *

val concat_map_ranges : 'a t -> f:('a Range.t -> 'b Range.t list) -> 'b t
module Stable : sig ... end