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. accountListJson :: ByteString

    plaid Data.Plaid

    No documentation available.

  2. newtype PackedList a

    protobuf Data.ProtocolBuffers.Internal

    A list that is stored in a packed format.

  3. PackedList :: [a] -> PackedList a

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  4. unPackedList :: PackedList a -> [a]

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  5. fromList :: Ord a => [a] -> Set a

    protobuf-simple Data.ProtoBufInt

    Create a set from a list of elements. If the elements are ordered, a linear-time implementation is used.

  6. putBoolList :: WireTag -> Seq Bool -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated bool field.

  7. putBytesList :: WireTag -> Seq ByteString -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated bytes field.

  8. putDoubleList :: WireTag -> Seq Double -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated double field.

  9. putEnumList :: WireEnum a => WireTag -> Seq a -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated enum field.

  10. putFixed32List :: WireTag -> Seq Word32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated fixed32 field.

Page 211 of many | Previous | Next