View Pit Stop page for race #1 by ali477 — Ghost race
| Official speed | 13.27 wpm (161.87 seconds elapsed during race) |
|---|---|
| Race Start | August 3, 2025 6:06:16pm UTC |
| Race Finish | August 3, 2025 6:08:58pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 85.0% |
| Points | 6.64 |
| 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)()); |