Date: Sun, 05 Jul 2026 23:38:05 +0000
It was already there for the "Motivation and Scope" section. I've added Tony Tables for all examples as well.
GitHub renders them narrower than I expected, so I slightly changed the code alignment as well.
On Monday, July 6th, 2026 at 00:05, Sebastian Wittmeier via Std-Proposals <std-proposals_at_[hidden]> wrote:
> Hi Vitaly,
>
> could you put Tony Tables (two columns - before/after - named after Tony van Eerd) into your proposal?
>
>> -----Ursprüngliche Nachricht-----
>> Von: Vitaly Fanaskov via Std-Proposals <std-proposals_at_[hidden]>
>> Gesendet: So 05.07.2026 23:46
>> Betreff: [std-proposals] Extend monadic operations of std::expected and std::optional by allowing taking extra arguments
>> An: std-proposals_at_lists.isocpp.org;
>> CC: Vitaly Fanaskov <vt4a2h_at_[hidden]m>;
>>
>> Hi everyone,
>>
>> Brief description of the proposal:
>> This paper aims to extend monadic operations of std::expected and std::optional by allowing taking extra arguments. These arguments will be forwarded to the given function, passed after the first argument with the contained value. When applicable, the position of the contained value can be controlled using a placeholder mechanism.
>>
>> Detailed description, motivation, examples, and experimental implementation:
>> https://github.com/vt4a2h/ipa
>>
>> What do you think? Any comments and suggestions are welcome.
>>
>> Cheers,
>> Vitaly
>>
>> --
>> Std-Proposals mailing list
>> Std-Proposals_at_[hidden]
>> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
GitHub renders them narrower than I expected, so I slightly changed the code alignment as well.
On Monday, July 6th, 2026 at 00:05, Sebastian Wittmeier via Std-Proposals <std-proposals_at_[hidden]> wrote:
> Hi Vitaly,
>
> could you put Tony Tables (two columns - before/after - named after Tony van Eerd) into your proposal?
>
>> -----Ursprüngliche Nachricht-----
>> Von: Vitaly Fanaskov via Std-Proposals <std-proposals_at_[hidden]>
>> Gesendet: So 05.07.2026 23:46
>> Betreff: [std-proposals] Extend monadic operations of std::expected and std::optional by allowing taking extra arguments
>> An: std-proposals_at_lists.isocpp.org;
>> CC: Vitaly Fanaskov <vt4a2h_at_[hidden]m>;
>>
>> Hi everyone,
>>
>> Brief description of the proposal:
>> This paper aims to extend monadic operations of std::expected and std::optional by allowing taking extra arguments. These arguments will be forwarded to the given function, passed after the first argument with the contained value. When applicable, the position of the contained value can be controlled using a placeholder mechanism.
>>
>> Detailed description, motivation, examples, and experimental implementation:
>> https://github.com/vt4a2h/ipa
>>
>> What do you think? Any comments and suggestions are welcome.
>>
>> Cheers,
>> Vitaly
>>
>> --
>> Std-Proposals mailing list
>> Std-Proposals_at_[hidden]
>> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
Received on 2026-07-05 23:38:15
