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.
-
basement Basement.Compat.Base A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
basement Basement.Imports 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.
-
protolude Protolude.Base A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
prettyHaskell :: Show a => a -> StringHTF Test.Framework.PrettyHaskell No documentation available.
-
ghc-internal GHC.Internal.Show A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
ghc-internal GHC.Internal.Text.Show A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
pshow :: Show a => a -> Stringhledger-lib Hledger.Utils.IO Pretty show. An easier alias for pretty-simple's pShow. This will probably show in colour if useColorOnStderrUnsafe is true.
pshow' :: Show a => a -> Stringhledger-lib Hledger.Utils.IO Monochrome version of pshow. This will never show in colour.
-
numeric-prelude NumericPrelude A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.
-
numeric-prelude NumericPrelude.Base A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.