View Pit Stop page for race #128 by tahsin__1 — Ghost race
View profile for Tahsin (tahsin__1)
| Official speed | 35.60 wpm (60.34 seconds elapsed during race) |
|---|---|
| Race Start | May 9, 2025 4:11:34pm UTC |
| Race Finish | May 9, 2025 4:12:34pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 17.80 |
| 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)()); |