View Pit Stop page for race #419 by evil_alex — Ghost race
View profile for Alex (evil_alex)
| Official speed | 49.85 wpm (43.09 seconds elapsed during race) |
|---|---|
| Race Start | March 24, 2025 11:04:42am UTC |
| Race Finish | March 24, 2025 11:05:25am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 24.92 |
| 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)()); |