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.
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
-
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.
_schemaFormat :: Schema -> Maybe Formatopenapi3 Data.OpenApi No documentation available.
-
openapi3 Data.OpenApi.Internal No documentation available.
-
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.
_schemaFormat :: Schema -> Maybe Formatopenapi3 Data.OpenApi.Internal No documentation available.
-
openapi3 Data.OpenApi.Lens No documentation available.
applyTagsFor :: Traversal' OpenApi Operation -> [Tag] -> OpenApi -> OpenApiopenapi3 Data.OpenApi.Operation Apply tags to a part of Swagger spec and update the global list of tags.
-
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.
-
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.