View Pit Stop page for race #66 by mehad605 — Ghost race
View profile for Maruf Hasan (mehad605)
| Official speed | 31.18 wpm (68.89 seconds elapsed during race) |
|---|---|
| Race Start | September 15, 2025 1:09:26am UTC |
| Race Finish | September 15, 2025 1:10:35am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 15.59 |
| 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)()); |