Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. ConsumeMapLen :: (Int# -> ST s (DecodeAction s a)) -> DecodeAction s a

    serialise Codec.Serialise.Decoding

    No documentation available.

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

    serialise Codec.Serialise.Decoding

    No documentation available.

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

    serialise Codec.Serialise.Decoding

    No documentation available.

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

    serialise Codec.Serialise.Decoding

    No documentation available.

  5. TypeMapLen :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  6. TypeMapLen64 :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  7. TypeMapLenIndef :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  8. decodeMapLen :: Decoder s Int

    serialise Codec.Serialise.Decoding

    Decode the length of a map.

  9. decodeMapLenIndef :: Decoder s ()

    serialise Codec.Serialise.Decoding

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

  10. decodeMapLenOrIndef :: Decoder s (Maybe Int)

    serialise Codec.Serialise.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.

Page 521 of many | Previous | Next