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.

  1. reqCb :: forall m method body response (scheme :: Scheme) . (MonadHttp m, HttpMethod method, HttpBody body, HttpResponse response, HttpBodyAllowed (AllowsBody method) (ProvidesBody body)) => method -> Url scheme -> body -> Proxy response -> Option scheme -> (Request -> m Request) -> m response

    req Network.HTTP.Req

    A version of req that takes a callback to modify the Request, but otherwise performs the request identically.

  2. runReq :: MonadIO m => HttpConfig -> Req a -> m a

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

  3. withReqManager :: MonadIO m => (Manager -> m a) -> m a

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

  4. type family Sequence (arg :: t m a) :: m t a

    singletons-base Control.Monad.Singletons

    No documentation available.

  5. data SequenceSym0 (a1 :: TyFun t m a m t a)

    singletons-base Control.Monad.Singletons

    No documentation available.

  6. type family SequenceSym1 (a6989586621680752087 :: t m a) :: m t a

    singletons-base Control.Monad.Singletons

    No documentation available.

  7. type family Sequence_ (a1 :: t m a) :: m ()

    singletons-base Control.Monad.Singletons

    No documentation available.

  8. data Sequence_Sym0 (a1 :: TyFun t m a m ())

    singletons-base Control.Monad.Singletons

    No documentation available.

  9. type family Sequence_Sym1 (a6989586621680407148 :: t m a) :: m ()

    singletons-base Control.Monad.Singletons

    No documentation available.

  10. sSequence :: forall (m :: Type -> Type) a (t1 :: t (m a)) . (STraversable t, SMonad m) => Sing t1 -> Sing (Apply (SequenceSym0 :: TyFun (t (m a)) (m (t a)) -> Type) t1)

    singletons-base Control.Monad.Singletons

    No documentation available.

Page 316 of many | Previous | Next