Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. performWithStreamingRequest :: Request -> (StreamingResponse -> IO a) -> ClientM a

    servant-client Servant.Client.Internal.HttpClient.Streaming

    TODO: support UVerb (acceptStatus argument, like in performRequest above).

  2. listCodecForStringCompatibility :: HasCodec value => JSONCodec [value]

    autodocodec Autodocodec

    A codec for a list of values This is really only useful for cases like Char and String. We didn't call it listCodec so we could use that name for making a codec for a list of values from a single codec instead.

  3. listCodecForStringCompatibility :: HasCodec value => JSONCodec [value]

    autodocodec Autodocodec.Class

    A codec for a list of values This is really only useful for cases like Char and String. We didn't call it listCodec so we could use that name for making a codec for a list of values from a single codec instead.

  4. checkForeignKeys :: forall (m :: Type -> Type) env . (MonadResource m, MonadReader env m, BackendCompatible SqlBackend env) => ConduitM () ForeignKeyViolation m ()

    persistent-sqlite Database.Persist.Sqlite

    Outputs all (if any) the violated foreign key constraints in the database. The main use is to validate that no foreign key constraints were broken/corrupted by anyone operating on the database with foreign keys disabled. See fkEnabled.

  5. waitForDatabase :: forall (m :: Type -> Type) backend . (MonadUnliftIO m, MonadLoggerIO m, BackendCompatible SqlBackend backend) => ReaderT backend m ()

    persistent-sqlite Database.Persist.Sqlite

    Wait until some noop action on the database does not return an ErrorBusy. See retryOnBusy.

  6. ErrorFormat :: Error

    persistent-sqlite Database.Sqlite

    No documentation available.

  7. ansiForeground :: AnsiStyle -> Maybe (Intensity, Color)

    prettyprinter-ansi-terminal Prettyprinter.Render.Terminal.Internal

    Set the foreground color, or keep the old one.

  8. setLogFormat :: (Utf8Builder -> Utf8Builder) -> LogOptions -> LogOptions

    rio RIO

    Set format method for messages Default: id

  9. setLogVerboseFormat :: Bool -> LogOptions -> LogOptions

    rio RIO

    Use the verbose format for printing log messages. Default: follows the value of the verbose flag.

  10. setLogVerboseFormatIO :: IO Bool -> LogOptions -> LogOptions

    rio RIO

    Refer to setLogVerboseFormat. This modifier allows to alter the verbose format value dynamically at runtime. Default: follows the value of the verbose flag.

Page 540 of many | Previous | Next