View Pit Stop page for race #1629 by labione — Ghost race
View profile for Labione (labione)
| Official speed | 37.64 wpm (57.07 seconds elapsed during race) |
|---|---|
| Race Start | November 27, 2025 8:35:16am UTC |
| Race Finish | November 27, 2025 8:36:13am UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 95.0% |
| Points | 18.82 |
| 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)()); |