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.
-
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.
-
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.
-
req Network.HTTP.Req An opaque monoidal value that allows to collect URL-encoded parameters to be wrapped in ReqBodyUrlEnc.
type family
ForM (a1 :: t a) (a2 :: a ~> m b) :: m t bsingletons-base Control.Monad.Singletons No documentation available.
data
ForMSym0 (a1 :: TyFun t a a ~> m b ~> m t b)singletons-base Control.Monad.Singletons No documentation available.
data
ForMSym1 (a6989586621680759714 :: t a) (b1 :: TyFun a ~> m b m t b)singletons-base Control.Monad.Singletons No documentation available.
type family
ForMSym2 (a6989586621680759714 :: t a) (a6989586621680759715 :: a ~> m b) :: m t bsingletons-base Control.Monad.Singletons No documentation available.
type family
ForM_ (a1 :: t a) (a2 :: a ~> m b) :: m ()singletons-base Data.Foldable.Singletons No documentation available.
data
ForM_Sym0 (a1 :: TyFun t a a ~> m b ~> m ())singletons-base Data.Foldable.Singletons No documentation available.
data
ForM_Sym1 (a6989586621680407163 :: t a) (b1 :: TyFun a ~> m b m ())singletons-base Data.Foldable.Singletons No documentation available.