!   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.actual Diff.NoWrap "1234" "_23"  % % "1234"  pretty-diff7Printing The second value and the diff indicator below. ) Diff.expected Diff.NoWrap "1234" "_23"  "_23" %        *pretty-diff-0.1.0.0-F6Y8vr3wgJRHdcvaM51vVU Pretty.DiffPaths_pretty_diffWrappingWrapNoWrapConfig separatorTextwrappingprettyactualexpected$fDefaultConfigversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName