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.

  1. setTitle :: Inlines -> Pandoc -> Pandoc

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  2. setRequestBody :: RequestBody -> MediaType -> Request -> Request

    servant-client-core Servant.Client.Core

    Set body and media type of the request being constructed.

  3. setRequestBodyLBS :: ByteString -> MediaType -> Request -> Request

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

  4. setQueryString :: Query -> Request -> Request

    servant-client-core Servant.Client.Core.Request

    No documentation available.

  5. setRequestBody :: RequestBody -> MediaType -> Request -> Request

    servant-client-core Servant.Client.Core.Request

    Set body and media type of the request being constructed.

  6. setRequestBodyLBS :: ByteString -> MediaType -> Request -> Request

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

  7. setBit :: BitOps bits => bits -> Offset Bool -> bits

    basement Basement.Bits

    set the bit at the given index

  8. setLogAction :: HasLog env msg m => LogAction m msg -> env -> env

    co-log-core Colog.Core.Class

    Sets LogAction to the given one inside the environment.

  9. setFormatter :: LogHandler a => a -> LogFormatter a -> a

    hslogger System.Log.Handler

    Set a log formatter to customize the log format for this Handler

  10. setLevel :: LogHandler a => a -> Priority -> a

    hslogger System.Log.Handler

    Sets the log level. handle will drop items beneath this level.

Page 300 of many | Previous | Next