Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    sydtest Test.Syd.Expectation

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

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

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

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

    sydtest Test.Syd.Output

    No documentation available.

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

  6. Test_NotEdgeWord :: WhichTest

    regex-tdfa Text.Regex.TDFA.Common

    \B not word boundary

  7. Test_NotEdgeWord :: WhichTest

    regex-tdfa Text.Regex.TDFA.CorePattern

    \B not word boundary

  8. gnotElem :: (GFoldable t, Eq a) => a -> t a -> Bool

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  9. RegexMatchFlagsNotempty :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    An empty string is not considered to be a valid match if this option is set. If there are alternatives in the pattern, they are tried. If all the alternatives match the empty string, the entire match fails. For example, if the pattern "a?b?" is applied to a string not beginning with "a" or "b", it matches the empty string at the start of the string. With this flag set, this match is not valid, so GRegex searches further into the string for occurrences of "a" or "b".

  10. RegexMatchFlagsNotemptyAtstart :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Like RegexMatchFlagsNotempty, but only applied to the start of the matched string. For anchored patterns this can only happen for pattern containing "\K". Since: 2.34

Page 87 of many | Previous | Next