package patience_diff

  1. Overview
  2. Docs
module Patience_diff : sig ... end

This is a port of Bram Cohen's patience diff algorithm, as found in the Bazaar 1.14.1 source code, available at http://bazaar-vcs.org.

module Plain_diff : sig ... end

Basic Myers diff algorithm, translated from GNU diff. *

module Std : sig ... end