View Pit Stop page for race #7 by torintypes — Ghost race
View profile for torn! (torintypes)
| Official speed | 36.11 wpm (59.48 seconds elapsed during race) |
|---|---|
| Race Start | October 29, 2025 2:14:13pm UTC |
| Race Finish | October 29, 2025 2:15:13pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 91.0% |
| Points | 18.05 |
| 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)()); |