summaryrefslogtreecommitdiff
path: root/haskell/Data/VCDIFF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/Data/VCDIFF.hs')
-rw-r--r--haskell/Data/VCDIFF.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/haskell/Data/VCDIFF.hs b/haskell/Data/VCDIFF.hs
index ae8a6af..78f66ff 100644
--- a/haskell/Data/VCDIFF.hs
+++ b/haskell/Data/VCDIFF.hs
@@ -16,9 +16,11 @@
16-- Create and apply binary diffs in the VCDIFF format. 16-- Create and apply binary diffs in the VCDIFF format.
17-- 17--
18-- To create a diff: 18-- To create a diff:
19--
19-- > diff = computeDiff defaultConfig source target 20-- > diff = computeDiff defaultConfig source target
20-- 21--
21-- To apply a change to produce an updated version: 22-- To apply a change to produce an updated version:
23--
22-- > target = applyPatch defaultConfig source diff 24-- > target = applyPatch defaultConfig source diff
23-- 25--
24-- Unlike typical text patches, context is ignored and 26-- Unlike typical text patches, context is ignored and