• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. type PutCreated = Verb 'PUT 201

    servant Servant.API

    PUT with 201 status code.

  2. type PutNoContent = NoContentVerb 'PUT

    servant Servant.API

    PUT with 204 status code.

  3. type PutNonAuthoritative = Verb 'PUT 203

    servant Servant.API

    PUT with 203 status code.

  4. data PlainText

    servant Servant.API.ContentTypes

    No documentation available.

  5. type PartialApplication (tycls :: k) (expr :: k') = NoInstanceForSub tycls expr ':$$: 'ShowType expr ':<>: 'Text " expects " ':<>: 'ShowType Arity expr ':<>: 'Text " more arguments"

    servant Servant.API.TypeErrors

    No instance exists for tycls (expr :> ...) because expr is not fully saturated.

  6. PATCH :: StdMethod

    servant Servant.API.Verbs

    No documentation available.

  7. POST :: StdMethod

    servant Servant.API.Verbs

    No documentation available.

  8. PUT :: StdMethod

    servant Servant.API.Verbs

    No documentation available.

  9. type Patch = Verb 'PATCH 200

    servant Servant.API.Verbs

    PATCH with 200 status code.

  10. type PatchAccepted = Verb 'PATCH 202

    servant Servant.API.Verbs

    PATCH with 202 status code.

Page 77 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete