Race Result Details |
Racer | Skye W. (xpeq7) |
Race Number | 40 |
Date | Mon, 22 Apr 2024 18:02:02 |
Universe | code |
Speed |
34 WPM
![]() |
Accuracy | 87.9% |
Rank | 4th place (out of 4) |
Opponents | briankayega (3rd 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)
|