View Pit Stop page for race #3 by elvar333 — Ghost race
View profile for Elvar (elvar333)
| Official speed | 41.50 wpm (51.76 seconds elapsed during race) |
|---|---|
| Race Start | September 17, 2025 10:27:54pm UTC |
| Race Finish | September 17, 2025 10:28:46pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 91.0% |
| Points | 20.75 |
| 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)()); |