We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing codecs for sum types, you often deal with tuples. So it would be good to have a few helper codecs:
pair :: TomlCodec a -> TomlCodec b -> TomlCodec (a, b) triple :: TomlCodec a -> TomlCodec b -> TomlCodec c -> (a, b, c)
The text was updated successfully, but these errors were encountered:
[#270] Implement codecs for pair and triple
e732d20
Resolves #270
[#270] Implement codecs for pair and triple (#274)
0259670
vrom911
Successfully merging a pull request may close this issue.
When writing codecs for sum types, you often deal with tuples. So it would be good to have a few helper codecs:
The text was updated successfully, but these errors were encountered: