View Pit Stop page for race #5 by papa_bear_clinton — Ghost race
View profile for clinton (papa_bear_clinton)
| Official speed | 29.64 wpm (72.47 seconds elapsed during race) |
|---|---|
| Race Start | December 11, 2024 11:27:45am UTC |
| Race Finish | December 11, 2024 11:28:58am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 98.0% |
| Points | 14.82 |
| 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)()); |