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.
putBoolList :: WireTag -> Seq Bool -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated bool field.
putBytesList :: WireTag -> Seq ByteString -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated bytes field.
putDoubleList :: WireTag -> Seq Double -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated double field.
putEnumList :: WireEnum a => WireTag -> Seq a -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated enum field.
putFixed32List :: WireTag -> Seq Word32 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated fixed32 field.
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.