Race Result Details |
Racer | AlexSanderLopez (alexsanderlopez) |
Race Number | 3 |
Date | Sun, 9 Jun 2024 2:19:01 |
Universe | code |
Speed |
21 WPM
![]() |
Accuracy | 93.8% |
Rank | 2nd place (out of 12) |
Opponents | luis_rodrigo (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)
|