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. execNotEOL :: ExecOption

    regex-pcre-builtin Text.Regex.PCRE.Text.Lazy

    No documentation available.

  2. execNotEmpty :: ExecOption

    regex-pcre-builtin Text.Regex.PCRE.Text.Lazy

    No documentation available.

  3. execNotEOL :: ExecOption

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    No documentation available.

  4. execNotEmpty :: ExecOption

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    No documentation available.

  5. assertNotEmpty :: HasCallStack => [a] -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the given list is empty.

  6. assertNotEmptyVerbose :: HasCallStack => String -> [a] -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the given list is empty, supplying an additional error message.

  7. assertNotEqual :: (Eq a, Show a, HasCallStack) => a -> a -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the two values of type a are equal. Use if a is an instance of Show but not of Pretty.

  8. assertNotEqualNoShow :: (Eq a, HasCallStack) => a -> a -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the two values of type a are equal. Use if a is neither an instance of Show nor of Pretty.

  9. assertNotEqualNoShowVerbose :: (Eq a, HasCallStack) => String -> a -> a -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the two values of type a are equal, supplying an additional message. Use if a is neither an instance of Show nor of Pretty.

  10. assertNotEqualPretty :: (Eq a, Pretty a, HasCallStack) => a -> a -> IO ()

    HTF Test.Framework.HUnitWrapper

    Fail if the two values of type a are equal. Use if a is an instance of Pretty.

Page 123 of many | Previous | Next