View Pit Stop page for race #25 by iverjoel — Ghost race
View profile for iver (iverjoel)
| Official speed | 16.12 wpm (133.25 seconds elapsed during race) |
|---|---|
| Race Start | October 18, 2025 12:46:46am UTC |
| Race Finish | October 18, 2025 12:48:59am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 89.0% |
| Points | 8.06 |
| 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)()); |