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.
performWithStreamingRequest :: Request -> (StreamingResponse -> IO a) -> ClientM aservant-client Servant.Client.Internal.HttpClient.Streaming TODO: support UVerb (acceptStatus argument, like in performRequest above).
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.
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.
-
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.
-
persistent-sqlite Database.Persist.Sqlite Wait until some noop action on the database does not return an ErrorBusy. See retryOnBusy.
-
persistent-sqlite Database.Sqlite No documentation available.
ansiForeground :: AnsiStyle -> Maybe (Intensity, Color)prettyprinter-ansi-terminal Prettyprinter.Render.Terminal.Internal Set the foreground color, or keep the old one.
setLogFormat :: (Utf8Builder -> Utf8Builder) -> LogOptions -> LogOptionsrio RIO Set format method for messages Default: id
setLogVerboseFormat :: Bool -> LogOptions -> LogOptionsrio RIO Use the verbose format for printing log messages. Default: follows the value of the verbose flag.
setLogVerboseFormatIO :: IO Bool -> LogOptions -> LogOptionsrio RIO Refer to setLogVerboseFormat. This modifier allows to alter the verbose format value dynamically at runtime. Default: follows the value of the verbose flag.