Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showPretty :: Show a => a -> Stringhedgehog Hedgehog.Internal.Show No documentation available.
-
ghc GHC.Prelude.Basic No documentation available.
ppShow :: Show a => a -> Stringpretty-show Text.Show.Pretty Convert a generic value into a pretty String, if possible.
ppShow :: Show a => a -> Stringsydtest Test.Syd Convert a generic value into a pretty String, if possible.
-
haskell-gi-base Data.GI.Base.ShortPrelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
pretty :: Show a => a -> Stringhaskell-src-meta Language.Haskell.Meta.Utils The type passed in must have a Show instance which produces a valid Haskell expression. Returns an empty String if this is not the case. This is not TH-specific, but useful in general.
-
rio RIO.Prelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
show_ :: Show a => a -> Stringsingletons-base Prelude.Singletons show, but with an extra underscore so that its promoted counterpart (Show_) will not clash with the Show class.
show_ :: Show a => a -> Stringsingletons-base Text.Show.Singletons show, but with an extra underscore so that its promoted counterpart (Show_) will not clash with the Show class.