BSD-3-Clause licensed by Sterling Clover
Maintained by David Fox
This version can be pinned in stack with:Diff-1.0.2@sha256:39d55f9d86e54939b7cf443fb3a3970d98341073dfda7d52cfa9bc6562f139d9,1581

Module documentation for 1.0.2

Implementation of the standard diff algorithm in Haskell.

Time complexity is O(ND) (input length * number of differences). Space complexity is O(D^2). Includes utilities for pretty printing.

Changes