View Pit Stop page for race #7 by katpc — Ghost race
View profile for katiapimentelcruz (katpc)
| Official speed | 20.80 wpm (103.27 seconds elapsed during race) |
|---|---|
| Race Start | October 17, 2025 3:16:52pm UTC |
| Race Finish | October 17, 2025 3:18:35pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 93.0% |
| Points | 10.40 |
| 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)()); |