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.
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.
putUInt32List :: WireTag -> Seq Word32 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated uint32 field.
putUInt64List :: WireTag -> Seq Word64 -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated uint64 field.
-
Random access list. This module is designed to imported qualifed.
-
ral Data.RAList Random access list.
-
ral Data.RAList >>> fromList ['a' .. 'f'] fromList "abcdef"
>>> explicitShow $ fromList ['a' .. 'f'] "NonEmpty (NE (Cons0 (Cons1 (Nd (Lf 'a') (Lf 'b')) (Last (Nd (Nd (Lf 'c') (Lf 'd')) (Nd (Lf 'e') (Lf 'f')))))))"