Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
jsaddle-dom JSDOM.Generated.Window showError :: Error e => String -> e -> Stringlanguage-c Language.C.Data.Error No documentation available.
showErrorInfo :: String -> ErrorInfo -> Stringlanguage-c Language.C.Data.Error converts an error into a string using a fixed format
- either the lines of the long error message or the short message has to be non-empty
- the format is
<fname>:<row>: (column <col>) [<err lvl>] >>> <line_1> <line_2> ... <line_n>
showCharConst :: Char -> ShowSlanguage-c Language.C.Syntax.Constants showCharConst c prepends _a_ String representing the C char constant corresponding to c. If necessary uses octal or hexadecimal escape sequences.
showStringLit :: String -> ShowSlanguage-c Language.C.Syntax.Constants showStringLiteral s prepends a String representing the C string literal corresponding to s. If necessary it uses octal or hexadecimal escape sequences.
showWithLocation :: Maybe Location -> String -> Stringlogging-facade-syslog System.Logging.Facade.Syslog The default message formatter used by syslogSink. It will append the location of the message to the string such that running
info "Hello, world."
yields:May 15 10:59:41 myhost ghc[28074]: Hello, world. (from package "interactive", module "Ghci2", file "<interactive>", line 32, and column 1
showBin :: FiniteBits a => a -> [Char]network-house Net.Bits No documentation available.
showHex :: Integral a => a -> Stringnetwork-house Net.Bits No documentation available.
showHex' :: Integral a => Int -> a -> [Char]network-house Net.Bits No documentation available.
showErrors :: Show a => Either a b -> Either String bogma-language-jsonspec Language.JSONSpec.Parser No documentation available.