cabal-debian-3.8.1: Create a debianization for a cabal package

Safe HaskellSafe-Inferred

Data.Algorithm.Diff.Pretty

Synopsis

Documentation

prettyDiff :: (Pretty a, Pretty b, Pretty c) => a -> b -> [[Diff [c]]] -> DocSource

Format the output of contextDiff to look approximately like the output of the unix diff command.