Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sw_SHOWNOACTIVATE :: Num a => ansis Development.NSIS.Plugins.WinMessages No documentation available.
-
nsis Development.NSIS.Plugins.WinMessages No documentation available.
-
nsis Development.NSIS.Plugins.WinMessages No documentation available.
-
opaleye Opaleye.Experimental.Enum No documentation available.
formatAndShowSQL :: ([PrimExpr], PrimQuery' a, Tag) -> Maybe Stringopaleye Opaleye.Internal.Print No documentation available.
withShownDefault :: (a -> String) -> a -> Parser a -> Parser aopt-env-conf OptEnvConf Like withDefault but lets you specfiy how to show the default value yourself.
withShownDefault :: (a -> String) -> a -> Parser a -> Parser aopt-env-conf OptEnvConf.Parser Like withDefault but lets you specfiy how to show the default value yourself.
valueWithShown :: (a -> String) -> a -> Builder aopt-env-conf OptEnvConf.Setting Set the default value, along with version of it shown by a custom function.
formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat aoptima Optima Derive value format specification from the Enum and Show instances.
unsafeShowPassword :: Password -> Textpassword Data.Password.Argon2 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.