Race Result Details |
| Racer | SIUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU (smlg120) |
| Race Number | 12 |
| Date | Sat, 21 Sep 2024 1:37:04 |
| Universe | code |
| Speed |
41 WPM
Try to beat?
|
| Accuracy | 95.2% |
| Rank | 1st place (out of 1) |
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)
|
