View Pit Stop page for race #1 by sleepyleaf58 — Ghost race
View profile for Sleepyleaf (sleepyleaf58)
| Official speed | 33.86 wpm (63.44 seconds elapsed during race) |
|---|---|
| Race Start | August 3, 2025 6:45:15pm UTC |
| Race Finish | August 3, 2025 6:46:19pm UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 93.0% |
| Points | 16.93 |
| 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)()); |