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.

  1. sw_SHOWNOACTIVATE :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  2. sw_SHOWNORMAL :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  3. wm_SHOWWINDOW :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  4. enumShowSqlType :: EnumMapper sqlEnum haskellSum -> forall (proxy :: Type -> Type) . () => proxy sqlEnum -> String

    opaleye Opaleye.Experimental.Enum

    No documentation available.

  5. formatAndShowSQL :: ([PrimExpr], PrimQuery' a, Tag) -> Maybe String

    opaleye Opaleye.Internal.Print

    No documentation available.

  6. withShownDefault :: (a -> String) -> a -> Parser a -> Parser a

    opt-env-conf OptEnvConf

    Like withDefault but lets you specfiy how to show the default value yourself.

  7. withShownDefault :: (a -> String) -> a -> Parser a -> Parser a

    opt-env-conf OptEnvConf.Parser

    Like withDefault but lets you specfiy how to show the default value yourself.

  8. valueWithShown :: (a -> String) -> a -> Builder a

    opt-env-conf OptEnvConf.Setting

    Set the default value, along with version of it shown by a custom function.

  9. formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat a

    optima Optima

    Derive value format specification from the Enum and Show instances.

  10. unsafeShowPassword :: Password -> Text

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

Page 389 of many | Previous | Next