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.

  1. putSFixed32List :: WireTag -> Seq Int32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sfixed32 field.

  2. putSFixed64List :: WireTag -> Seq Int64 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sfixed64 field.

  3. putSInt32List :: WireTag -> Seq Int32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sint32 field.

  4. putSInt64List :: WireTag -> Seq Int64 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated sint64 field.

  5. putStringList :: WireTag -> Seq Text -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated string field.

  6. putUInt32List :: WireTag -> Seq Word32 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated uint32 field.

  7. putUInt64List :: WireTag -> Seq Word64 -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated uint64 field.

  8. module Data.RAList

    Random access list. This module is designed to imported qualifed.

  9. data RAList a

    ral Data.RAList

    Random access list.

  10. fromList :: [a] -> RAList a

    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')))))))"
    

Page 212 of many | Previous | Next