View Pit Stop page for race #11 by khaiky71 — Ghost race
View profile for bachubanphim (khaiky71)
| Official speed | 31.05 wpm (69.18 seconds elapsed during race) |
|---|---|
| Race Start | July 31, 2025 3:53:06am UTC |
| Race Finish | July 31, 2025 3:54:15am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 91.0% |
| Points | 15.53 |
| 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)()); |