View Pit Stop page for race #83 by gquispe — Ghost race
View profile for Gerar Quispe (gquispe)
| Official speed | 31.60 wpm (67.97 seconds elapsed during race) |
|---|---|
| Race Start | July 3, 2025 3:13:50am UTC |
| Race Finish | July 3, 2025 3:14:58am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 97.0% |
| Points | 15.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)()); |