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

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

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

    network-house Net.Bits

    No documentation available.

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

    network-house Net.Bits

    No documentation available.

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

    network-house Net.Bits

    No documentation available.

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

    ogma-language-jsonspec Language.JSONSpec.Parser

    No documentation available.

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

    ogma-language-jsonspec Language.JSONSpec.Parser

    No documentation available.

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

    plotlyhs Graphics.Plotly

    No documentation available.

  9. showlegend :: Lens' Layout (Maybe Bool)

    plotlyhs Graphics.Plotly

    No documentation available.

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

    plotlyhs Graphics.Plotly.Base

    No documentation available.

Page 215 of many | Previous | Next