Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ConsumeMapLenIndef :: ST s (DecodeAction s a) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  2. ConsumeMapLenOrIndef :: (Int# -> ST s (DecodeAction s a)) -> DecodeAction s a

    cborg Codec.CBOR.Decoding

    No documentation available.

  3. TypeMapLen :: TokenType

    cborg Codec.CBOR.Decoding

    No documentation available.

  4. TypeMapLen64 :: TokenType

    cborg Codec.CBOR.Decoding

    No documentation available.

  5. TypeMapLenIndef :: TokenType

    cborg Codec.CBOR.Decoding

    No documentation available.

  6. decodeMapLen :: Decoder s Int

    cborg Codec.CBOR.Decoding

    Decode the length of a map.

  7. decodeMapLenCanonical :: Decoder s Int

    cborg Codec.CBOR.Decoding

    Decode canonical representation of the length of a map.

  8. decodeMapLenIndef :: Decoder s ()

    cborg Codec.CBOR.Decoding

    Decode a token marking the beginning of a map of indefinite length.

  9. decodeMapLenOrIndef :: Decoder s (Maybe Int)

    cborg Codec.CBOR.Decoding

    Attempt to decode a token for the length of a finite, known map, or an indefinite map. If Nothing is returned, then an indefinite length map occurs afterwords. If Just x is returned, then a map of length x is encoded.

  10. TkMapBegin :: Tokens -> Tokens

    cborg Codec.CBOR.Encoding

    No documentation available.

Page 933 of many | Previous | Next