View Pit Stop page for race #311 by waltercs07 — Ghost race
View profile for Walter Camacho (waltercs07)
| Official speed | 26.63 wpm (80.66 seconds elapsed during race) |
|---|---|
| Race Start | November 6, 2025 1:16:12pm UTC |
| Race Finish | November 6, 2025 1:17:33pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 13.32 |
| 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)()); |