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.

  1. newtype FieldNumber

    protobuf-simple Data.ProtoBufInt

    Type to represent a field number (unique numbered tag).

  2. FieldNumber :: Word32 -> FieldNumber

    protobuf-simple Data.ProtoBufInt

    No documentation available.

  3. class WireEnum a

    protobuf-simple Data.ProtoBufInt

    Typeclass to handle encoding en decoding of enums.

  4. class WireEnum a

    protobuf-simple Data.ProtoBufInt

    Typeclass to handle encoding en decoding of enums.

  5. enumToInt :: WireEnum a => a -> Int32

    protobuf-simple Data.ProtoBufInt

    Convert a enum value to an Int32.

  6. enumToInt :: WireEnum a => a -> Int32

    protobuf-simple Data.ProtoBufInt

    Convert a enum value to an Int32.

  7. fromFieldNumber :: FieldNumber -> Word32

    protobuf-simple Data.ProtoBufInt

    Convert a FieldNumber into a Word32.

  8. fromFieldNumber :: FieldNumber -> Word32

    protobuf-simple Data.ProtoBufInt

    Convert a FieldNumber into a Word32.

  9. getEnum :: WireEnum a => Get a

    protobuf-simple Data.ProtoBufInt

    Decode a required enum field.

  10. getEnumOpt :: WireEnum a => Get (Maybe a)

    protobuf-simple Data.ProtoBufInt

    Decode an optional enum field.

Page 513 of many | Previous | Next