Module Patience_diff_lib
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. *