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.
-
plaid Data.Plaid No documentation available.
-
protobuf Data.ProtocolBuffers.Internal A list that is stored in a packed format.
PackedList :: [a] -> PackedList aprotobuf Data.ProtocolBuffers.Internal No documentation available.
unPackedList :: PackedList a -> [a]protobuf Data.ProtocolBuffers.Internal No documentation available.
fromList :: Ord a => [a] -> Set aprotobuf-simple Data.ProtoBufInt Create a set from a list of elements. If the elements are ordered, a linear-time implementation is used.
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.