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.
-
glib System.Glib.StoreValue No documentation available.
-
glib System.Glib.StoreValue No documentation available.
-
No documentation available.
class (Enum a, Bounded a) =>
MessageEnum aproto-lens Data.ProtoLens.Message A class for protocol buffer enums that enables safe decoding.
maybeToEnum :: MessageEnum a => Int -> Maybe aproto-lens Data.ProtoLens.Message Convert the given Int to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.
readEnum :: MessageEnum a => String -> Maybe aproto-lens Data.ProtoLens.Message Convert the given String to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.
showEnum :: MessageEnum a => a -> Stringproto-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.
messageEnumFrom :: (Enum a, Bounded a) => a -> [a]proto-lens Data.ProtoLens.Message.Enum No documentation available.
messageEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]proto-lens Data.ProtoLens.Message.Enum No documentation available.
messageEnumFromThenTo :: Enum a => a -> a -> a -> [a]proto-lens Data.ProtoLens.Message.Enum No documentation available.