• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. putBoolList :: WireTag -> Seq Bool -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated bool field.

  2. putBytesList :: WireTag -> Seq ByteString -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated bytes field.

  3. putDoubleList :: WireTag -> Seq Double -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated double field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated enum field.

  5. putFixed32List :: WireTag -> Seq Word32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated fixed32 field.

  6. putFixed64List :: WireTag -> Seq Word64 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated fixed64 field.

  7. putFloatList :: WireTag -> Seq Float -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated float field.

  8. putInt32List :: WireTag -> Seq Int32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated int32 field.

  9. putInt64List :: WireTag -> Seq Int64 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated int64 field.

  10. putMessageList :: WireMessage a => WireTag -> Seq a -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated message field.

Page 211 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete