Safe Haskell | Safe-Inferred |
---|
Data.Algorithm.Diff.Context
Documentation
contextDiff :: Eq a => Int -> [a] -> [a] -> [[Diff [a]]]Source
Do a grouped diff and then turn it into a list of hunks, where each hunk is a grouped diff with at most N elements of common context around each one.