View Pit Stop page for race #2 by imratn — Ghost race
View profile for Imratn (imratn)
| Official speed | 35.04 wpm (61.30 seconds elapsed during race) |
|---|---|
| Race Start | August 29, 2025 12:20:56pm UTC |
| Race Finish | August 29, 2025 12:21:58pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 95.0% |
| Points | 17.52 |
| 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)()); |