View Pit Stop page for race #3 by ban_ana_muffin — Ghost race
View profile for Ana (ban_ana_muffin)
| Official speed | 43.10 wpm (49.84 seconds elapsed during race) |
|---|---|
| Race Start | April 29, 2024 3:31:05am UTC |
| Race Finish | April 29, 2024 3:31:55am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 97.0% |
| Points | 21.55 |
| 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)()); |