| Race Result Details | 
| Racer | Shekhar (law_breaker) | 
| Race Number | 24 | 
| Date | Mon, 1 Jan 2024 12:12:25 | 
| Universe | code | 
| Speed | 30 WPM  Try to beat? | 
| Accuracy | 96.1% | 
| Rank | 2nd place (out of 5) | 
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) |