Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. runEnumeration :: Enumeration a -> a

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  2. class WireEnum a

    protobuf-simple Data.ProtoBufInt

    Typeclass to handle encoding en decoding of enums.

  3. class WireEnum a

    protobuf-simple Data.ProtoBufInt

    Typeclass to handle encoding en decoding of enums.

  4. getEnum :: WireEnum a => Get a

    protobuf-simple Data.ProtoBufInt

    Decode a required enum field.

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

    protobuf-simple Data.ProtoBufInt

    Decode an optional enum field.

  6. getEnumPacked :: WireEnum a => Get (Seq a)

    protobuf-simple Data.ProtoBufInt

    Decode a packed repeated enum field.

  7. intToEnum :: WireEnum a => Int32 -> a

    protobuf-simple Data.ProtoBufInt

    Convert an Int32 to an enum value.

  8. intToEnum :: WireEnum a => Int32 -> a

    protobuf-simple Data.ProtoBufInt

    Convert an Int32 to an enum value.

  9. putEnum :: WireEnum a => WireTag -> a -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a required enum field.

  10. putEnumList :: WireEnum a => WireTag -> Seq a -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated enum field.

Page 202 of many | Previous | Next