View Pit Stop page for race #53 by leeta_613 — Ghost race
View profile for Leeta (leeta_613)
| Official speed | 26.75 wpm (80.30 seconds elapsed during race) |
|---|---|
| Race Start | December 18, 2024 11:11:47pm UTC |
| Race Finish | December 18, 2024 11:13:08pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 92.0% |
| Points | 13.38 |
| 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)()); |