Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. LocShow :: Loc -> LocShow

    katip Katip.Core

    No documentation available.

  2. logToShowMessage :: forall c (m :: Type -> Type) . MonadLsp c m => LogAction m (WithSeverity Text)

    lsp Language.LSP.Logging

    Logs messages to the client via window/showMessage.

  3. optionTypeShow :: OptionType val -> val -> String

    options Options

    Format the value for display; used in --help output.

  4. unsafeShowPassword :: Password -> Text

    password-types Data.Password.Types

    This is an unsafe function that shows a password in plain-text.

    >>> unsafeShowPassword ("foobar" :: Password)
    "foobar"
    
    You should generally not use this function in production settings, as you don't want to accidentally print a password anywhere, like logs, network responses, database entries, etc. This will mostly be used by other libraries to handle the actual password internally, though it is conceivable that, even in a production setting, a password might have to be handled in an unsafe manner at some point.

  5. unsafeShowSql :: Record c a -> String

    relational-query Database.Relational.Arrow

    Unsafely generate SQL expression string from record object. String interface of unsafeShowSql'.

  6. unsafeShowSql' :: Record c a -> StringSQL

    relational-query Database.Relational.Arrow

    Unsafely generate SQL expression term from record object.

  7. unsafeShowSql :: Record c a -> String

    relational-query Database.Relational.Projectable

    Unsafely generate SQL expression string from record object. String interface of unsafeShowSql'.

  8. unsafeShowSql' :: Record c a -> StringSQL

    relational-query Database.Relational.Projectable

    Unsafely generate SQL expression term from record object.

  9. hSayShow :: (MonadIO m, Show a) => Handle -> a -> m ()

    say Say

    Same as sayShow, but data is sent to the provided Handle.

  10. sayErrShow :: (MonadIO m, Show a) => a -> m ()

    say Say

    Same as sayShow, but data is sent to standard error.

Page 291 of many | Previous | Next