View Pit Stop page for race #19 by david_chen — Ghost race
View profile for David (david_chen)
| Official speed | 27.34 wpm (78.57 seconds elapsed during race) |
|---|---|
| Race Start | April 25, 2025 4:59:39pm UTC |
| Race Finish | April 25, 2025 5:00:58pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 89.0% |
| Points | 13.67 |
| 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)()); |