| Race Result Details | 
| Racer | Shreya (thestronglytyped1) | 
| Race Number | 1 | 
| Date | Wed, 8 May 2024 20:42:11 | 
| Universe | code | 
| Speed | 28 WPM  Try to beat? | 
| Accuracy | 94.4% | 
| Rank | 2nd place (out of 2) | 
| Opponents | mcalderon (1st 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) |