úÎ!•K     Safe Safe$×  pretty-diff=Define how much context surrounding diffs you'd like to show. 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`Only used if text passed in is multiline. Options are full or a some surrounding number of lines  pretty-diff<Printing a full diff of both values separated by some pipes.  pretty-diff6Printing The first value and the diff indicator above. 7 Diff.above Diff.NoWrap Diff.FullContext "1234" "_23"  %¼ %¼ "1234"  pretty-diff7Printing The second value and the diff indicator below. & Diff.below Diff.NoWrap "1234" "_23"  "_23" %²          *pretty-diff-0.4.0.2-EG5HiEc0mmgCxMl0vFCVBP Pretty.DiffPaths_pretty_diffMultilineContext FullContext SurroundingWrappingWrapNoWrapConfig separatorTextwrappingmultilineContextprettyabovebelow$fDefaultConfigversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName