Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    openapi3 Data.OpenApi.Internal.Schema.Validation

    No documentation available.

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

    openapi3 Data.OpenApi.Internal.Schema.Validation

    No documentation available.

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

  4. class HasEnum s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  5. class (Enum a, Bounded a) => MessageEnum a

    proto-lens Data.ProtoLens.Message

    A class for protocol buffer enums that enables safe decoding.

  6. maybeToEnum :: MessageEnum a => Int -> Maybe a

    proto-lens Data.ProtoLens.Message

    Convert the given Int to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.

  7. readEnum :: MessageEnum a => String -> Maybe a

    proto-lens Data.ProtoLens.Message

    Convert the given String to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.

  8. showEnum :: MessageEnum a => a -> String

    proto-lens Data.ProtoLens.Message

    Get the name of this enum as defined in the .proto file. Used for the human-readable output in Data.ProtoLens.TextFormat.

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

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

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

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

Page 134 of many | Previous | Next