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.
-
numhask NumHask.Prelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
shake Development.Shake.Classes A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
basic-prelude BasicPrelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
classy-prelude ClassyPrelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
ghc-lib-parser GHC.Prelude.Basic A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
foundation Foundation Use the Show class to create a String. Note that this is not efficient, since an intermediate [Char] is going to be created before turning into a real String.
-
prelude-compat Prelude2010 A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
rebase Rebase.Prelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
ushow :: Show a => a -> Stringunicode-show Text.Show.Unicode Show the input, and then replace Haskell character literals with the character it represents, for any Unicode printable characters except backslash, single and double quotation marks. If something fails, fallback to standard show.
-
base-prelude BasePrelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.