Race Result Details |
Racer | pudding (pudding_dev) |
Race Number | 4 |
Date | Sat, 7 Sep 2024 2:41:09 |
Universe | code |
Speed |
25 WPM
![]() |
Accuracy | 95.6% |
Rank | 2nd place (out of 2) |
Opponents | vincent71611 (1st 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)
|