View Pit Stop page for race #9 by romak_ug — Ghost race
View profile for romak (romak_ug)
| Official speed | 27.45 wpm (78.25 seconds elapsed during race) |
|---|---|
| Race Start | November 3, 2025 9:12:19pm UTC |
| Race Finish | November 3, 2025 9:13:37pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 13.72 |
| 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)()); |