View Pit Stop page for race #1 by chainsawcat — Ghost race
View profile for Praise Dare (chainsawcat)
| Official speed | 39.38 wpm (54.55 seconds elapsed during race) |
|---|---|
| Race Start | August 19, 2025 2:56:04pm UTC |
| Race Finish | August 19, 2025 2:56:59pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 19.69 |
| 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)()); |