Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
hangNotEmpty :: Doc -> Int -> Doc -> Docghc GHC.Utils.Ppr bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertionsydtest Test.Syd An assertion that says two ByteStrings should have been equal according to ==.
stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest Test.Syd An assertion that says two Strings should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertionsydtest Test.Syd An assertion that says two Texts should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertionsydtest Test.Syd.Expectation An assertion that says two ByteStrings should have been equal according to ==.
stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest Test.Syd.Expectation An assertion that says two Strings should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertionsydtest Test.Syd.Expectation An assertion that says two Texts should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
outputNotEqualAssertionFailed :: String -> String -> [[Chunk]]sydtest Test.Syd.Output No documentation available.
mkNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest Test.Syd.Run Assertion when both arguments are not equal. While display a diff between both at the end of tests. The diff computation is cancelled after 2s.
-
regex-tdfa Text.Regex.TDFA.Common \B not word boundary