View Pit Stop page for race #14 by shailesh0301 — Ghost race
View profile for Shaileshbhai Chaudhari (shailesh0301)
| Official speed | 36.13 wpm (59.45 seconds elapsed during race) |
|---|---|
| Race Start | February 5, 2024 12:59:20pm UTC |
| Race Finish | February 5, 2024 1:00:19pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 92.0% |
| Points | 18.06 |
| 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)()); |