Race Result Details |
Racer | Kayega (briankayega) |
Race Number | 350 |
Date | Mon, 22 Apr 2024 18:01:54 |
Universe | code |
Speed |
39 WPM
![]() |
Accuracy | 93.5% |
Rank | 3rd place (out of 4) |
Opponents | xpeq7 (4th place) |
Text typed:
auto monad = [](auto v) { return [=] { return v; }; }; auto bind = [](auto m) { return [=](auto fvm) { return fvm(m()); }; }; static_assert(bind(monad(2))(monad)() == monad(2)());
— (software)
by C++ Committee
(see stats)
|