@hackage Diff0.5
Diff algorithm in pure Haskell
Categories
License
BSD-3-Clause
Maintainer
David Fox <dsf@seereason.com>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
Dependents (117)
@hackage/Cabal, @hackage/grafana, @hackage/HUnit-Diff, @hackage/diff-gestalt, @hackage/dojang, @hackage/hls-hlint-plugin, Show all…
Implementation of the standard diff algorithm, and utilities for pretty printing. Time complexity is proportional to N (input length) & D (number of differences). Space complexity is D^2. Includes utilities for pretty printing.