[Another attempt to make the documentation render properly on Hackage. Nils Anders Danielsson **20160210203913 Ignore-this: f1094aec0d32a910b38314a3ff5b78ff ] { hunk ./ChasingBottoms.cabal 81 - > let tweak = Tweak { approxDepth = Just 5, timeOutLimit = Just 2 } - > semanticEq tweak (reverse [1..], [1..]) (bottom :: [Int], [1..] :: [Int]) + \> let tweak = Tweak { approxDepth = Just 5, timeOutLimit = Just 2 } + \> semanticEq tweak (reverse [1..], [1..]) (bottom :: [Int], [1..] :: [Int]) hunk ./ChasingBottoms.cabal 87 - > let tweak = noTweak { timeOutLimit = Just 2 } - > semanticJoin tweak (reverse [1..], True) ([] :: [Int], bottom) + \> let tweak = noTweak { timeOutLimit = Just 2 } + \> semanticJoin tweak (reverse [1..], True) ([] :: [Int], bottom) hunk ./ChasingBottoms.cabal 95 - > let tweak = noTweak { timeOutLimit = Just 0 } - > semanticEq tweak (reverse [1..100000000]) (bottom :: [Integer]) + \> let tweak = noTweak { timeOutLimit = Just 0 } + \> semanticEq tweak (reverse [1..100000000]) (bottom :: [Integer]) }