Race Result Details |
Racer | Miguel (mcalderon) |
Race Number | 1 |
Date | Wed, 8 May 2024 20:41:41 |
Universe | code |
Speed |
46 WPM
![]() |
Accuracy | 91.9% |
Rank | 1st place (out of 2) |
Opponents | thestronglytyped1 (2nd 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)
|