Race Result Details |
Racer | vlyr (vlyr) |
Race Number | 1 |
Date | Thu, 17 Oct 2024 13:59:32 |
Universe | code |
Speed |
61 WPM
![]() |
Accuracy | 92.7% |
Rank | 1st place (out of 3) |
Opponents | harsh_kushwaha12 (3rd 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)
|