View Pit Stop page for race #1 by ddellspe — Ghost race
View profile for David (ddellspe)
| Official speed | 40.39 wpm (53.18 seconds elapsed during race) |
|---|---|
| Race Start | August 18, 2025 7:35:42pm UTC |
| Race Finish | August 18, 2025 7:36:35pm UTC |
| Outcome | No win (6 of 9) |
| Opponents |
1. asottile (55.45 wpm) 2. forstpenguin (50.59 wpm) |
| Accuracy | 94.0% |
| Points | 20.20 |
| 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)()); |