package patience_diff

  1. Overview
  2. Docs

Module Patience_diff.HunksSource

Sourcetype 'a t = 'a Patience_diff_lib__.Hunk.t list
Sourceval unified : 'a t -> 'a t

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

Sourceval ranges : 'a t -> 'a Patience_diff_lib__.Range.t list

ranges t concatenates all the ranges of all hunks together *

Sourceval concat_map_ranges : 'a t -> f:('a Patience_diff_lib__.Range.t -> 'b Patience_diff_lib__.Range.t list) -> 'b t
Sourcemodule Stable : sig ... end