Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. goldenPrettyShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd

    Test that the show instance has not changed for the given value, via ppShow.

  2. goldenShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd

    Test that the show instance has not changed for the given value.

  3. ppShow :: Show a => a -> String

    sydtest Test.Syd

    Convert a generic value into a pretty String, if possible.

  4. goldenPrettyShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd.Def.Golden

    Test that the show instance has not changed for the given value, via ppShow.

  5. goldenShowInstance :: Show a => FilePath -> a -> GoldenTest String

    sydtest Test.Syd.Def.Golden

    Test that the show instance has not changed for the given value.

  6. newtype HedgehogShowReplay

    tasty-hedgehog Test.Tasty.Hedgehog

    If a test case fails, show a replay token for replaying tests

  7. HedgehogShowReplay :: Bool -> HedgehogShowReplay

    tasty-hedgehog Test.Tasty.Hedgehog

    No documentation available.

  8. typeShow :: TypeRep -> Text

    haskell-gi Data.GI.CodeGen.Type

    Give a valid Haskell source representation of the given TypeRep.

  9. tshow :: Show a => a -> Text

    haskell-gi Data.GI.CodeGen.Util

    Construct the Text representation of a showable.

  10. sRGB24show :: (RealFrac b, Floating b) => Colour b -> String

    colour Data.Colour.SRGB

    Show a colour in hexadecimal form, e.g. "#00aaff"

Page 239 of many | Previous | Next