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.

  1. class HasFormat s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. module Data.ProtoLens.TextFormat

    Functions for converting protocol buffers to a human-readable text format.

  7. ffor :: Functor f => f a -> (a -> b) -> f b

    reflex Reflex.Class

    Flipped version of fmap.

  8. ffor2 :: Applicative f => f a -> f b -> (a -> b -> c) -> f c

    reflex Reflex.Class

    Rotated version of liftA2.

  9. ffor3 :: Applicative f => f a -> f b -> f c -> (a -> b -> c -> d) -> f d

    reflex Reflex.Class

    Rotated version of liftA3.

  10. fforMaybe :: Filterable f => f a -> (a -> Maybe b) -> f b

    reflex Reflex.Class

    Flipped version of mapMaybe.

Page 637 of many | Previous | Next