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.
goldenPrettyShowInstance :: Show a => FilePath -> a -> GoldenTest Stringsydtest Test.Syd Test that the show instance has not changed for the given value, via ppShow.
goldenShowInstance :: Show a => FilePath -> a -> GoldenTest Stringsydtest Test.Syd Test that the show instance has not changed for the given value.
ppShow :: Show a => a -> Stringsydtest Test.Syd Convert a generic value into a pretty String, if possible.
goldenPrettyShowInstance :: Show a => FilePath -> a -> GoldenTest Stringsydtest Test.Syd.Def.Golden Test that the show instance has not changed for the given value, via ppShow.
goldenShowInstance :: Show a => FilePath -> a -> GoldenTest Stringsydtest Test.Syd.Def.Golden Test that the show instance has not changed for the given value.
-
tasty-hedgehog Test.Tasty.Hedgehog If a test case fails, show a replay token for replaying tests
HedgehogShowReplay :: Bool -> HedgehogShowReplaytasty-hedgehog Test.Tasty.Hedgehog No documentation available.
-
haskell-gi Data.GI.CodeGen.Type Give a valid Haskell source representation of the given TypeRep.
-
haskell-gi Data.GI.CodeGen.Util Construct the Text representation of a showable.
sRGB24show :: (RealFrac b, Floating b) => Colour b -> Stringcolour Data.Colour.SRGB Show a colour in hexadecimal form, e.g. "#00aaff"