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.
-
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.
fieldsByTextFormatName :: Message msg => Map String (FieldDescriptor msg)proto-lens Data.ProtoLens.Message This map is keyed by the name of the field used for text format protos. This is just the field name for every field except for group fields, which use their Message type name in text protos instead of their field name. For example, "optional group Foo" has the field name "foo" but in this map it is stored with the key Foo.
module Data.ProtoLens.
TextFormat Functions for converting protocol buffers to a human-readable text format.
ffor :: Functor f => f a -> (a -> b) -> f breflex Reflex.Class Flipped version of fmap.
ffor2 :: Applicative f => f a -> f b -> (a -> b -> c) -> f creflex Reflex.Class Rotated version of liftA2.
ffor3 :: Applicative f => f a -> f b -> f c -> (a -> b -> c -> d) -> f dreflex Reflex.Class Rotated version of liftA3.
fforMaybe :: Filterable f => f a -> (a -> Maybe b) -> f breflex Reflex.Class Flipped version of mapMaybe.