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.
unsafeShowPassword :: Password -> Textpassword Data.Password.Bcrypt 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.unsafeShowPassword :: Password -> Textpassword Data.Password.PBKDF2 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.unsafeShowPassword :: Password -> Textpassword Data.Password.Scrypt 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.-
pathtype System.Path.IO hShow is in the IO monad, and gives more comprehensive output than the (pure) instance of Show for Handle.
deriveShowFields :: [UnboundEntityDef] -> Q [Dec]persistent-documentation Database.Persist.Documentation Given a list of entity definitions, derives Show for all their fields. This is necessary for using this library for internal reasons, unfortunately.
prettyShow :: Pretty a => a -> Stringprettyclass Text.PrettyPrint.HughesPJClass Pretty print a value with the prettyNormal level.
defaultExprViaShow :: Show a => a -> Exprquickcheck-state-machine Test.StateMachine.TreeDiff.Class An alternative implementation for literal types. We use show representation of them.
explicitShow :: Show a => RAList a -> Stringral Data.RAList No documentation available.
explicitShowsPrec :: Show a => Int -> RAList a -> ShowSral Data.RAList No documentation available.
explicitShow :: Show a => NERAList a -> Stringral Data.RAList.NonEmpty No documentation available.