Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

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

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

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

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

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

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

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  6. messageEnumFromThenTo :: Enum a => a -> a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  7. messageEnumFromTo :: Enum a => a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

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

    protolude Protolude

    No documentation available.

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

    protolude Protolude

    No documentation available.

  10. fromEnum :: Enum a => a -> Int

    protolude Protolude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

Page 135 of many | Previous | Next