Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showErrorInfo :: String -> ErrorInfo -> String

    language-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>
    

  2. showCharConst :: Char -> ShowS

    language-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.

  3. showStringLit :: String -> ShowS

    language-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.

  4. showWithLocation :: Maybe Location -> String -> String

    logging-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
    

  5. showBin :: FiniteBits a => a -> [Char]

    network-house Net.Bits

    No documentation available.

  6. showHex :: Integral a => a -> String

    network-house Net.Bits

    No documentation available.

  7. showHex' :: Integral a => Int -> a -> [Char]

    network-house Net.Bits

    No documentation available.

  8. showErrors :: Show a => Either a b -> Either String b

    ogma-language-jsonspec Language.JSONSpec.Parser

    No documentation available.

  9. showErrorsM :: Show a => Maybe (Either a b) -> Either String (Maybe b)

    ogma-language-jsonspec Language.JSONSpec.Parser

    No documentation available.

  10. showgrid :: Lens' Axis (Maybe Bool)

    plotlyhs Graphics.Plotly

    No documentation available.

Page 182 of many | Previous | Next