úÎ!åÓ   SafeÙ Safe$ pretty-diff0Define whether or not to wrap the diffing lines. pretty-diffConfiguration for . pretty-diff4Text that gets displayed inbetween the diffed values BDiff.pretty def { Diff.separatorText = "differing" } "1234" "_23" *Will create a string that looks like this: % %¼ %¼ "1234" %w % differing %u "_23" %²  pretty-diffqWrapping text to multiple lines if they are longer than the provided length. This is useful in combination with  1https://hackage.haskell.org/package/terminal-size terminal-size. JDiff.pretty def { Diff.wrapping = Diff.Wrap 6 } "0900000000" "9000000000" *Will create a string that looks like this: + %¼ "09000 00000" %w % %u "90000 00000" %²  pretty-diff<Printing a full diff of both values separated by some pipes. pretty-diff6Printing The first value and the diff indicator above. & Diff.above Diff.NoWrap "1234" "_23"  %¼ %¼ "1234"  pretty-diff7Printing The second value and the diff indicator below. & Diff.below Diff.NoWrap "1234" "_23"  "_23" %²        *pretty-diff-0.2.0.1-Gfq72jeBBnKB2cCzd2fABI Pretty.DiffPaths_pretty_diffWrappingWrapNoWrapConfig separatorTextwrappingprettyabovebelow$fDefaultConfigversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName