Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTitle :: Inlines -> Pandoc -> Pandocpandoc-types Text.Pandoc.Builder No documentation available.
setRequestBody :: RequestBody -> MediaType -> Request -> Requestservant-client-core Servant.Client.Core Set body and media type of the request being constructed.
setRequestBodyLBS :: ByteString -> MediaType -> Request -> Requestservant-client-core Servant.Client.Core Set body and media type of the request being constructed. The body is set to the given bytestring using the RequestBodyLBS constructor.
setQueryString :: Query -> Request -> Requestservant-client-core Servant.Client.Core.Request No documentation available.
setRequestBody :: RequestBody -> MediaType -> Request -> Requestservant-client-core Servant.Client.Core.Request Set body and media type of the request being constructed.
setRequestBodyLBS :: ByteString -> MediaType -> Request -> Requestservant-client-core Servant.Client.Core.Request Set body and media type of the request being constructed. The body is set to the given bytestring using the RequestBodyLBS constructor.
setBit :: BitOps bits => bits -> Offset Bool -> bitsbasement Basement.Bits set the bit at the given index
setLogAction :: HasLog env msg m => LogAction m msg -> env -> envco-log-core Colog.Core.Class Sets LogAction to the given one inside the environment.
setFormatter :: LogHandler a => a -> LogFormatter a -> ahslogger System.Log.Handler Set a log formatter to customize the log format for this Handler
setLevel :: LogHandler a => a -> Priority -> ahslogger System.Log.Handler Sets the log level. handle will drop items beneath this level.