Module Patience_diff_lib
module Patience_diff : sig ... endThis 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 ... endBasic Myers diff algorithm, translated from GNU diff. *