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 Old range followed by a New range.

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

ranges t concatenates all the ranges of all hunks together *

OCaml

Innovation. Community. Security.