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.

  1. hangNotEmpty :: Doc -> Int -> Doc -> Doc

    ghc GHC.Utils.Ppr

    Apply hang to the arguments if the first Doc is not empty.

  2. bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertion

    sydtest Test.Syd

    An assertion that says two ByteStrings should have been equal according to ==.

  3. stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest 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.

  4. textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertion

    sydtest 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.

  5. bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertion

    sydtest Test.Syd.Expectation

    An assertion that says two ByteStrings should have been equal according to ==.

  6. stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest 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.

  7. textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertion

    sydtest 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.

  8. outputNotEqualAssertionFailed :: String -> String -> [[Chunk]]

    sydtest Test.Syd.Output

    No documentation available.

  9. mkNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest 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.

  10. Test_NotEdgeWord :: WhichTest

    regex-tdfa Text.Regex.TDFA.Common

    \B not word boundary

Page 114 of many | Previous | Next