View Pit Stop page for race #4 by testsubject1 — Ghost race
View profile for Dan (testsubject1)
| Official speed | 39.60 wpm (54.24 seconds elapsed during race) |
|---|---|
| Race Start | October 12, 2025 3:07:08am UTC |
| Race Finish | October 12, 2025 3:08:02am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 89.0% |
| Points | 19.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)()); |