View Pit Stop page for race #47 by asdf2552 — Ghost race
View profile for ethan (asdf2552)
| Official speed | 30.20 wpm (71.13 seconds elapsed during race) |
|---|---|
| Race Start | July 3, 2025 9:45:30pm UTC |
| Race Finish | July 3, 2025 9:46:41pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 15.10 |
| 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)()); |