Race Result Details |
Racer | Leon (seorsxm) |
Race Number | 2 |
Date | Mon, 18 Nov 2024 15:08:05 |
Universe | code |
Speed |
30 WPM
![]() |
Accuracy | 90.1% |
Rank | 2nd place (out of 2) |
Opponents | gohanrebong2512atgmaildotcom (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)
|