Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. gassertEqualPretty :: (Eq a, Pretty a, AssertM m, HasCallStack) => a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the two values of type a are not equal. Use if a is an instance of Pretty.

  2. gassertEqualPrettyVerbose :: (Eq a, Pretty a, AssertM m, HasCallStack) => String -> a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the two values of type a are not equal, supplying an additional message. Use if a is an instance of Pretty.

  3. gassertEqualVerbose :: (Eq a, Show a, AssertM m, HasCallStack) => String -> a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the two values of type a are not equal, supplying an additional message. Use if a is an instance of Show but not of Pretty.

  4. gassertListsEqualAsSets :: (Eq a, Show a, AssertM m, HasCallStack) => [a] -> [a] -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the two given lists are not equal when considered as sets.

  5. gassertListsEqualAsSetsVerbose :: (Eq a, Show a, AssertM m, HasCallStack) => String -> [a] -> [a] -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the two given lists are not equal when considered as sets, supplying an additional error message.

  6. gassertNotEqual :: (Eq a, Show a, AssertM m, HasCallStack) => a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

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

  7. gassertNotEqualNoShow :: (Eq a, AssertM m, HasCallStack) => a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

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

  8. gassertNotEqualNoShowVerbose :: (Eq a, AssertM m, HasCallStack) => String -> a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad 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.

  9. gassertNotEqualPretty :: (Eq a, Pretty a, AssertM m, HasCallStack) => a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

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

  10. gassertNotEqualPrettyVerbose :: (Eq a, Pretty a, AssertM m, HasCallStack) => String -> a -> a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the two values of type a are equal, supplying an additional message. Use if a is an instance of Pretty.

Page 366 of many | Previous | Next