Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. newtype Format

    pandoc-types Text.Pandoc.Definition

    Formats for raw blocks

  2. Format :: Text -> Format

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  3. Foreground :: ConsoleLayer

    safe-coloured-text Text.Colour.Code

    No documentation available.

  4. data FormParam

    wreq Network.Wreq

    A key/value pair for an application/x-www-form-urlencoded POST request body.

  5. class FormValue a

    wreq Network.Wreq

    A type that can be rendered as the value portion of a key/value pair for use in an application/x-www-form-urlencoded POST body. Intended for use with the FormParam type. The instances for String, strict Text, and lazy Text are all encoded using UTF-8 before being URL-encoded. The instance for Maybe gives an empty string on Nothing, and otherwise uses the contained type's instance.

  6. data FormParam

    wreq Network.Wreq.Types

    A key/value pair for an application/x-www-form-urlencoded POST request body.

  7. class FormValue a

    wreq Network.Wreq.Types

    A type that can be rendered as the value portion of a key/value pair for use in an application/x-www-form-urlencoded POST body. Intended for use with the FormParam type. The instances for String, strict Text, and lazy Text are all encoded using UTF-8 before being URL-encoded. The instance for Maybe gives an empty string on Nothing, and otherwise uses the contained type's instance.

  8. module System.Log.Formatter

    Definition of log formatter support A few basic, and extendable formatters are defined. Please see System.Log.Logger for extensive documentation on the logging system.

  9. data FormUrlEncodedParam

    req Network.HTTP.Req

    An opaque monoidal value that allows to collect URL-encoded parameters to be wrapped in ReqBodyUrlEnc.

  10. type family ForM (a1 :: t a) (a2 :: a ~> m b) :: m t b

    singletons-base Control.Monad.Singletons

    No documentation available.

Page 273 of many | Previous | Next