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. ldebugShow :: forall (n :: Type -> Type) a f . Functor f => (Maybe (a -> String) -> f (Maybe (a -> String))) -> Settings n a -> f (Settings n a)

    dejafu Test.DejaFu.Settings

    A lens into the debug show function.

  2. lshowAborts :: forall (n :: Type -> Type) a f . Functor f => (Bool -> f Bool) -> Settings n a -> f (Settings n a)

    dejafu Test.DejaFu.Settings

    A lens into the show-aborts flag.

  3. newtype LocShow

    katip Katip.Core

    No documentation available.

  4. LocShow :: Loc -> LocShow

    katip Katip.Core

    No documentation available.

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

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

    options Options

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

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

  8. unsafeShowSql :: Record c a -> String

    relational-query Database.Relational.Arrow

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

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

    relational-query Database.Relational.Arrow

    Unsafely generate SQL expression term from record object.

  10. unsafeShowSql :: Record c a -> String

    relational-query Database.Relational.Projectable

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

Page 290 of many | Previous | Next