Race Result Details |
Racer | 大胖 (dapang164888) |
Race Number | 4 |
Date | Tue, 24 Dec 2024 1:56:44 |
Universe | code |
Speed |
12 WPM
![]() |
Accuracy | 89.6% |
Rank | 4th place (out of 4) |
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)
|