diff options
Diffstat (limited to 'haskell/haskell-Diff/README')
-rw-r--r-- | haskell/haskell-Diff/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell/haskell-Diff/README b/haskell/haskell-Diff/README new file mode 100644 index 0000000000..9ff285a85b --- /dev/null +++ b/haskell/haskell-Diff/README @@ -0,0 +1,3 @@ +Basic implementation of the standard O(ND) diff algorithm. + +This requires ghc. |