Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
protobuf-simple Data.ProtoBufInt Type to represent a field number (unique numbered tag).
FieldNumber :: Word32 -> FieldNumberprotobuf-simple Data.ProtoBufInt No documentation available.
-
protobuf-simple Data.ProtoBufInt Typeclass to handle encoding en decoding of enums.
-
protobuf-simple Data.ProtoBufInt Typeclass to handle encoding en decoding of enums.
enumToInt :: WireEnum a => a -> Int32protobuf-simple Data.ProtoBufInt Convert a enum value to an Int32.
enumToInt :: WireEnum a => a -> Int32protobuf-simple Data.ProtoBufInt Convert a enum value to an Int32.
fromFieldNumber :: FieldNumber -> Word32protobuf-simple Data.ProtoBufInt Convert a FieldNumber into a Word32.
fromFieldNumber :: FieldNumber -> Word32protobuf-simple Data.ProtoBufInt Convert a FieldNumber into a Word32.
getEnum :: WireEnum a => Get aprotobuf-simple Data.ProtoBufInt Decode a required enum field.
getEnumOpt :: WireEnum a => Get (Maybe a)protobuf-simple Data.ProtoBufInt Decode an optional enum field.