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.
-
katip Katip.Core No documentation available.
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.
optionTypeShow :: OptionType val -> val -> Stringoptions Options Format the value for display; used in --help output.
unsafeShowPassword :: Password -> Textpassword-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.unsafeShowSql :: Record c a -> Stringrelational-query Database.Relational.Arrow Unsafely generate SQL expression string from record object. String interface of unsafeShowSql'.
unsafeShowSql' :: Record c a -> StringSQLrelational-query Database.Relational.Arrow Unsafely generate SQL expression term from record object.
unsafeShowSql :: Record c a -> Stringrelational-query Database.Relational.Projectable Unsafely generate SQL expression string from record object. String interface of unsafeShowSql'.
unsafeShowSql' :: Record c a -> StringSQLrelational-query Database.Relational.Projectable Unsafely generate SQL expression term from record object.
hSayShow :: (MonadIO m, Show a) => Handle -> a -> m ()say Say sayErrShow :: (MonadIO m, Show a) => a -> m ()say Say Same as sayShow, but data is sent to standard error.