View Pit Stop page for race #73 by pasta_smuggler — Ghost race
View profile for PastaSmuggler (pasta_smuggler)
| Official speed | 31.48 wpm (68.23 seconds elapsed during race) |
|---|---|
| Race Start | August 15, 2025 1:18:54pm UTC |
| Race Finish | August 15, 2025 1:20:03pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 15.74 |
| 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)()); |