Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. data PATCH

    req Network.HTTP.Req

    PATCH method.

  2. PATCH :: PATCH

    req Network.HTTP.Req

    No documentation available.

  3. data POST

    req Network.HTTP.Req

    POST method.

  4. POST :: POST

    req Network.HTTP.Req

    No documentation available.

  5. data PUT

    req Network.HTTP.Req

    PUT method.

  6. PUT :: PUT

    req Network.HTTP.Req

    No documentation available.

  7. type family ProvidesBody body :: CanHaveBody

    req Network.HTTP.Req

    The type function recognizes NoReqBody as having NoBody, while any other body option CanHaveBody. This forces the user to use NoReqBody with GET method and other methods that should not have body.

  8. class PAlternative (f :: k -> Type)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  9. class PApplicative (f :: Type -> Type)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  10. data PureSym0 (a1 :: TyFun a f a)

    singletons-base Control.Applicative.Singletons

    No documentation available.

Page 349 of many | Previous | Next