Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Iface.Syntax Show a declaration but not its RHS.
-
ghc-lib-parser GHC.Iface.Syntax Show declaration and its RHS, including GHc-internal information (e.g. for --show-iface).
showtextl :: Show a => a -> Docghc-lib-parser GHC.Internal.TH.Ppr No documentation available.
-
ghc-lib-parser GHC.Internal.TH.Syntax No documentation available.
showName' :: NameIs -> Name -> Stringghc-lib-parser GHC.Internal.TH.Syntax No documentation available.
-
ghc-lib-parser GHC.Prelude.Basic utility function converting a Char to a show function that simply prepends the character unchanged.
showList :: Show a => [a] -> ShowSghc-lib-parser GHC.Prelude.Basic The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.
showParen :: Bool -> ShowS -> ShowSghc-lib-parser GHC.Prelude.Basic utility function that surrounds the inner show function with parentheses when the Bool parameter is True.
-
ghc-lib-parser GHC.Prelude.Basic utility function converting a String to a show function that simply prepends the string unchanged.
-
ghc-lib-parser GHC.Prelude.Basic equivalent to showsPrec with a precedence of 0.