Race Result Details |
Racer | geetesh (geeteshpaidi) |
Race Number | 3 |
Date | Sun, 10 Mar 2024 5:41:54 |
Universe | code |
Speed |
30 WPM
![]() |
Accuracy | 95.3% |
Rank | 3rd place (out of 4) |
Opponents | iateyourbacon (4th 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)
|