Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. eitherToDSum :: Either a b -> DSum (EitherTag a b) Identity

    reflex Reflex.Class

    Convert Either to a DSum. Inverse of dsumToEither.

  2. _operationConsumes :: Operation -> Maybe MimeList

    swagger2 Data.Swagger

    A list of MIME types the operation can consume. This overrides the consumes. Just [] MAY be used to clear the global definition.

  3. _operationSummary :: Operation -> Maybe Text

    swagger2 Data.Swagger

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  4. _swaggerConsumes :: Swagger -> MimeList

    swagger2 Data.Swagger

    A list of MIME types the APIs can consume. This is global to all APIs but can be overridden on specific API calls.

  5. _operationConsumes :: Operation -> Maybe MimeList

    swagger2 Data.Swagger.Internal

    A list of MIME types the operation can consume. This overrides the consumes. Just [] MAY be used to clear the global definition.

  6. _operationSummary :: Operation -> Maybe Text

    swagger2 Data.Swagger.Internal

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  7. _swaggerConsumes :: Swagger -> MimeList

    swagger2 Data.Swagger.Internal

    A list of MIME types the APIs can consume. This is global to all APIs but can be overridden on specific API calls.

  8. class GSumToSchema (f :: Type -> Type)

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  9. gdeclareNamedSumSchema :: forall (f :: Type -> Type) . GSumToSchema f => SchemaOptions -> Proxy f -> Schema -> Declare (Definitions Schema) NamedSchema

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  10. gsumConToSchema :: forall (c :: Meta) (f :: Type -> Type) . (GToSchema (C1 c f), Constructor c) => SchemaOptions -> Proxy (C1 c f) -> Schema -> Declare (Definitions Schema) Schema

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

Page 130 of many | Previous | Next