Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. gassertLeftNoShowVerbose :: (HasCallStack, AssertM m) => String -> Either a b -> m a

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given Either a b value is a Right, supplying an additional error message. Use this function if b is not an instance of Show.

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

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

  4. gassertNothingNoShow :: (HasCallStack, AssertM m) => Maybe a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given Maybe a value is a Just. Use this function if a is not an instance of Show.

  5. gassertNothingNoShowVerbose :: (HasCallStack, AssertM m) => String -> Maybe a -> m ()

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given Maybe a value is a Just, supplying an additional error message. Use this function if a is not an instance of Show.

  6. gassertRightNoShow :: (HasCallStack, AssertM m) => Either a b -> m b

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given Either a b value is a Left. Use this function if a is not an instance of Show.

  7. gassertRightNoShowVerbose :: (HasCallStack, AssertM m) => String -> Either a b -> m b

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given Either a b value is a Left, supplying an additional error message. Use this function if a is not an instance of Show.

  8. fpsShowXml :: XmlContent a => Bool -> a -> ByteString

    HaXml Text.XML.HaXml.XmlContent

    Convert a fully-typed XML document to a ByteString (without DTD).

  9. fpsShowXml :: XmlContent a => Bool -> a -> ByteString

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Convert a fully-typed XML document to a ByteString (without DTD).

  10. vShow :: HVIO a => a -> IO String

    MissingH System.IO.HVIO

    Detailed show output.

Page 271 of many | Previous | Next