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.

  1. showModalDialog_ :: (MonadDOM m, ToJSString url, ToJSVal dialogArgs, ToJSString featureArgs) => Window -> url -> Maybe dialogArgs -> Maybe featureArgs -> m ()

    jsaddle-dom JSDOM.Generated.Window

    Mozilla Window.showModalDialog documentation

  2. showError :: Error e => String -> e -> String

    language-c Language.C.Data.Error

    No documentation available.

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

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

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

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

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

    network-house Net.Bits

    No documentation available.

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

    network-house Net.Bits

    No documentation available.

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

    network-house Net.Bits

    No documentation available.

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

    ogma-language-jsonspec Language.JSONSpec.Parser

    No documentation available.

Page 182 of many | Previous | Next