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.
putFixed64List :: WireTag -> Seq Word64 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated fixed64 field.
putFloatList :: WireTag -> Seq Float -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated float field.
putInt32List :: WireTag -> Seq Int32 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated int32 field.
putInt64List :: WireTag -> Seq Int64 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated int64 field.
putMessageList :: WireMessage a => WireTag -> Seq a -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated message field.
putSFixed32List :: WireTag -> Seq Int32 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated sfixed32 field.
putSFixed64List :: WireTag -> Seq Int64 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated sfixed64 field.
putSInt32List :: WireTag -> Seq Int32 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated sint32 field.
putSInt64List :: WireTag -> Seq Int64 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated sint64 field.
putStringList :: WireTag -> Seq Text -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated string field.