View Pit Stop page for race #312 by waltercs07 — Ghost race
View profile for Walter Camacho (waltercs07)
| Official speed | 33.68 wpm (63.78 seconds elapsed during race) |
|---|---|
| Race Start | November 7, 2025 3:41:30pm UTC |
| Race Finish | November 7, 2025 3:42:33pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 16.84 |
| 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)()); |