View Pit Stop page for race #1 by taquitos93 — Ghost race
View profile for Nick (taquitos93)
| Official speed | 27.24 wpm (78.85 seconds elapsed during race) |
|---|---|
| Race Start | September 19, 2025 3:57:29pm UTC |
| Race Finish | September 19, 2025 3:58:48pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 95.0% |
| Points | 13.62 |
| 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)()); |