View Pit Stop page for race #577 by ravishankarr — Ghost race
View profile for Ravi (ravishankarr)
| Official speed | 56.74 wpm (37.86 seconds elapsed during race) |
|---|---|
| Race Start | October 1, 2025 2:42:07am UTC |
| Race Finish | October 1, 2025 2:42:45am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 96.0% |
| Points | 28.37 |
| Text | #10023 (Length: 179 characters) 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)()); |