Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

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

  3. data FormUrlEncodedParam

    req Network.HTTP.Req

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

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

    singletons-base Control.Monad.Singletons

    No documentation available.

  5. data ForMSym0 (a1 :: TyFun t a a ~> m b ~> m t b)

    singletons-base Control.Monad.Singletons

    No documentation available.

  6. data ForMSym1 (a6989586621680759714 :: t a) (b1 :: TyFun a ~> m b m t b)

    singletons-base Control.Monad.Singletons

    No documentation available.

  7. type family ForMSym2 (a6989586621680759714 :: t a) (a6989586621680759715 :: a ~> m b) :: m t b

    singletons-base Control.Monad.Singletons

    No documentation available.

  8. type family ForM_ (a1 :: t a) (a2 :: a ~> m b) :: m ()

    singletons-base Data.Foldable.Singletons

    No documentation available.

  9. data ForM_Sym0 (a1 :: TyFun t a a ~> m b ~> m ())

    singletons-base Data.Foldable.Singletons

    No documentation available.

  10. data ForM_Sym1 (a6989586621680407163 :: t a) (b1 :: TyFun a ~> m b m ())

    singletons-base Data.Foldable.Singletons

    No documentation available.

Page 274 of many | Previous | Next