Race Result Details |
Racer | SoweakSoslow (soweaksoslow) |
Race Number | 2 |
Date | Thu, 23 Jan 2025 11:51:11 |
Universe | code |
Speed |
23 WPM
![]() |
Accuracy | 100% |
Rank | 6th place (out of 7) |
Opponents | samuelnirina (1st place) yannis_sebs (2nd place) zozy_123 (5th 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)
|