Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. _schemaEnum :: Schema -> Maybe [Value]

    openapi3 Data.OpenApi.Internal

    No documentation available.

  2. _serverVariableEnum :: ServerVariable -> Maybe (InsOrdHashSet Text)

    openapi3 Data.OpenApi.Internal

    An enumeration of string values to be used if the substitution options are from a limited set. The array SHOULD NOT be empty.

  3. class GEnumParamSchema (f :: Type -> Type)

    openapi3 Data.OpenApi.Internal.ParamSchema

    No documentation available.

  4. genumParamSchema :: GEnumParamSchema f => SchemaOptions -> Proxy f -> Schema -> Schema

    openapi3 Data.OpenApi.Internal.ParamSchema

    No documentation available.

  5. validateEnum :: Value -> Validation Schema ()

    openapi3 Data.OpenApi.Internal.Schema.Validation

    No documentation available.

  6. validateNumber :: Scientific -> Validation Schema ()

    openapi3 Data.OpenApi.Internal.Schema.Validation

    No documentation available.

  7. gunfoldEnum :: String -> [a] -> (forall b r . Data b => c (b -> r) -> c r) -> (forall r . () => r -> c r) -> Constr -> c a

    openapi3 Data.OpenApi.Internal.Utils

    No documentation available.

  8. class HasEnum s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  9. boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]

    protolude Protolude

    No documentation available.

  10. boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    protolude Protolude

    No documentation available.

Page 134 of many | Previous | Next