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

Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated fixed64 field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated float field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated int32 field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated int64 field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated message field.

  6. putSFixed32List :: WireTag -> Seq Int32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sfixed32 field.

  7. putSFixed64List :: WireTag -> Seq Int64 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sfixed64 field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sint32 field.

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

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sint64 field.

  10. putStringList :: WireTag -> Seq Text -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated string field.

Page 212 of many | Previous | Next

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