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.
-
regex-pcre-builtin Text.Regex.PCRE.Text.Lazy No documentation available.
-
regex-pcre-builtin Text.Regex.PCRE.Text.Lazy No documentation available.
-
regex-pcre-builtin Text.Regex.PCRE.Wrap No documentation available.
-
regex-pcre-builtin Text.Regex.PCRE.Wrap No documentation available.
assertNotEmpty :: HasCallStack => [a] -> IO ()HTF Test.Framework.HUnitWrapper Fail if the given list is empty.
assertNotEmptyVerbose :: HasCallStack => String -> [a] -> IO ()HTF Test.Framework.HUnitWrapper Fail if the given list is empty, supplying an additional error message.
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.
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.
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.
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.