Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
req Network.HTTP.Req A version of req that takes a callback to modify the Request, but otherwise performs the request identically.
runReq :: MonadIO m => HttpConfig -> Req a -> m areq Network.HTTP.Req Run a computation in the Req monad with the given HttpConfig. In the case of an exceptional situation an HttpException will be thrown.
withReqManager :: MonadIO m => (Manager -> m a) -> m areq Network.HTTP.Req Perform an action using the global implicit Manager that the rest of the library uses. This allows to reuse connections that the Manager controls.
type family
Sequence (arg :: t m a) :: m t asingletons-base Control.Monad.Singletons No documentation available.
data
SequenceSym0 (a1 :: TyFun t m a m t a)singletons-base Control.Monad.Singletons No documentation available.
type family
SequenceSym1 (a6989586621680752087 :: t m a) :: m t asingletons-base Control.Monad.Singletons No documentation available.
type family
Sequence_ (a1 :: t m a) :: m ()singletons-base Control.Monad.Singletons No documentation available.
data
Sequence_Sym0 (a1 :: TyFun t m a m ())singletons-base Control.Monad.Singletons No documentation available.
type family
Sequence_Sym1 (a6989586621680407148 :: t m a) :: m ()singletons-base Control.Monad.Singletons No documentation available.
-
singletons-base Control.Monad.Singletons No documentation available.