View Pit Stop page for race #5 by coencidence — Ghost race
View profile for coen (coencidence)
| Official speed | 61.51 wpm (34.92 seconds elapsed during race) |
|---|---|
| Race Start | October 17, 2025 8:59:53am UTC |
| Race Finish | October 17, 2025 9:00:28am UTC |
| Outcome | No win (3 of 7) |
| Accuracy | 95.0% |
| Points | 30.76 |
| 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)()); |