@hackage debug-diff0.1

Display a colorized diff between two Haskell values

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Keegan McAllister <mcallister.keegan@gmail.com>

  • Versions

    • 0.1 Wed, 14 Sep 2011

Debug.Diff is a quick tool for comparing two Haskell values, as when diagnosing a test failure. It pretty-prints the values (using the groom library) and passes them to an external diff command (colordiff by default), which writes the diff to standard output.

Debug.Diff.Config provides more control over the diff parameters.