Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. siforM_ :: forall r ix a b m . (Stream r ix a, Monad m) => Array r ix a -> (ix -> a -> m b) -> m ()

    massiv Data.Massiv.Vector

    Same as simapM_, but with arguments flipped.

    Examples

  2. StyleForm :: Style

    openapi3 Data.OpenApi

    Form style parameters defined by RFC6570. This option replaces collectionFormat with a csv (when explode is false) or multi (when explode is true) value from OpenAPI 2.0.

  3. _schemaFormat :: Schema -> Maybe Format

    openapi3 Data.OpenApi

    No documentation available.

  4. type BearerFormat = Text

    openapi3 Data.OpenApi.Internal

    No documentation available.

  5. StyleForm :: Style

    openapi3 Data.OpenApi.Internal

    Form style parameters defined by RFC6570. This option replaces collectionFormat with a csv (when explode is false) or multi (when explode is true) value from OpenAPI 2.0.

  6. _schemaFormat :: Schema -> Maybe Format

    openapi3 Data.OpenApi.Internal

    No documentation available.

  7. class HasFormat s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  8. applyTagsFor :: Traversal' OpenApi Operation -> [Tag] -> OpenApi -> OpenApi

    openapi3 Data.OpenApi.Operation

    Apply tags to a part of Swagger spec and update the global list of tags.

  9. setResponseFor :: Traversal' OpenApi Operation -> HttpStatusCode -> Declare (Definitions Schema) Response -> OpenApi -> OpenApi

    openapi3 Data.OpenApi.Operation

    Set response for specified operations. This will also update global schema definitions. If the response already exists it will be overwritten. See also setResponseForWith.

  10. setResponseForWith :: Traversal' OpenApi Operation -> (Response -> Response -> Response) -> HttpStatusCode -> Declare (Definitions Schema) Response -> OpenApi -> OpenApi

    openapi3 Data.OpenApi.Operation

    Set or update response for specified operations. This will also update global schema definitions. If the response already exists, but it can't be dereferenced (invalid $ref), then just the new response is used. See also setResponseFor.

Page 634 of many | Previous | Next