BSD-3-Clause licensed by Christoph Hermann
Maintained by [email protected]
This version can be pinned in stack with:pretty-diff-0.2.0.2@sha256:02d2572475df7ecb86450e35087022d20fb3e2bcefcc1bea3c67c27d5d2d7be0,1493

Module documentation for 0.2.0.2

Used by 1 package in nightly-2020-10-11(full list with versions):

pretty-diff

Pretty printing a diff of two values.

Usage

import qualified Pretty.Diff as Diff
import Data.Default (def)

Diff.pretty def "1234" "_23"

Will create a string that looks like this:

 ▼ ▼
"1234"
╷
│
╵
"_23"
 ▲

Changes

0.2.0.2

  • Relax version bounds to support Diff-0.4

0.2.0.1

  • Relax version bounds to support tasty-1.3.x and Diff-0.4

0.1.0.0

  • Initial implementation.