Race Result Details |
| Racer | Jacq (jacquel) |
| Race Number | 11 |
| Date | Wed, 20 Mar 2024 7:47:04 |
| Universe | code |
| Speed |
33 WPM
Try to beat?
|
| Accuracy | 94.3% |
| Rank | 3rd place (out of 9) |
| Opponents | _laith_ (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)
|
