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. TypeMapLenIndef :: TokenType

    serialise Codec.Serialise.Decoding

    No documentation available.

  2. decodeMapLen :: Decoder s Int

    serialise Codec.Serialise.Decoding

    Decode the length of a map.

  3. decodeMapLenIndef :: Decoder s ()

    serialise Codec.Serialise.Decoding

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

  4. 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.

  5. TkMapBegin :: Tokens -> Tokens

    serialise Codec.Serialise.Encoding

    No documentation available.

  6. TkMapLen :: Word -> Tokens -> Tokens

    serialise Codec.Serialise.Encoding

    No documentation available.

  7. encodeMapLen :: Word -> Encoding

    serialise Codec.Serialise.Encoding

    Encode the length of a Map, used to indicate that the following tokens represent the map values.

  8. encodeMapLenIndef :: Encoding

    serialise Codec.Serialise.Encoding

    Encode a token specifying that this is the beginning of an indefinite map of unknown size. Tokens representing the map are expected afterwords, followed by a break token (see encodeBreak) when the map has ended.

  9. foldMapUnion :: forall c a (as :: [Type]) . All c as => Proxy c -> (forall x . c x => x -> a) -> Union as -> a

    servant-client-core Servant.Client.Core

    Convenience function to apply a function to an unknown union element using a type class. All elements of the union must have instances in the type class, and the function is applied unconditionally. See also: matchUnion.

  10. foldMapUnion :: forall c a (as :: [Type]) . All c as => Proxy c -> (forall x . c x => x -> a) -> Union as -> a

    servant-client-core Servant.Client.Core.HasClient

    Convenience function to apply a function to an unknown union element using a type class. All elements of the union must have instances in the type class, and the function is applied unconditionally. See also: matchUnion.

Page 522 of many | Previous | Next