View Pit Stop page for race #48 by danyong — Ghost race
View profile for Daniel (danyong)
| Official speed | 44.46 wpm (48.31 seconds elapsed during race) |
|---|---|
| Race Start | June 7, 2025 12:40:14pm UTC |
| Race Finish | June 7, 2025 12:41:02pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 97.0% |
| Points | 22.23 |
| 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)()); |