Race Result Details |
Racer | Brian L (gmbrianlaw) |
Race Number | 2 |
Date | Fri, 24 May 2024 17:47:47 |
Universe | code |
Speed |
53 WPM
![]() |
Accuracy | 95.7% |
Rank | 8th place (out of 14) |
Opponents | nhuang685 (1st place) superultra (11th 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)
|