Race Result Details |
Racer | jaoey (joetyper2014) |
Race Number | 104 |
Date | Sun, 31 Mar 2024 2:12:07 |
Universe | code |
Speed |
40 WPM
![]() |
Accuracy | 96.1% |
Rank | 2nd place (out of 2) |
Opponents | zak389 (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)
|