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. makeShowbPrec2 :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showbPrec2 (without requiring a TextShow2 instance). Since: 2

  2. makeShowt :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showt (without requiring a TextShow instance). Since: 2

  3. makeShowtList :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showtList (without requiring a TextShow instance). Since: 2

  4. makeShowtPrec :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showtPrec (without requiring a TextShow instance). Since: 2

  5. makeShowtl :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showtl (without requiring a TextShow instance). Since: 2

  6. makeShowtlList :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showtlList (without requiring a TextShow instance). Since: 2

  7. makeShowtlPrec :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like showtlPrec (without requiring a TextShow instance). Since: 2

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

    HTF Test.Framework.HUnitWrapper

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

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

    HTF Test.Framework.HUnitWrapper

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

  10. assertLeftNoShow :: HasCallStack => Either a b -> IO a

    HTF Test.Framework.HUnitWrapper

    Fail if the given Either a b value is a Right. Use this function if b is not an instance of Show.

Page 269 of many | Previous | Next