View Pit Stop page for race #4 by fa1progra — Ghost race
View profile for Augusto Aguilar (fa1progra)
Official speed | 22.03 wpm (97.50 seconds elapsed during race) |
---|---|
Race Start | May 8, 2025 1:24:26am UTC |
Race Finish | May 8, 2025 1:26:03am UTC |
Outcome | No win (7 of 20) |
Opponents |
2. fanor (27.77 wpm) 3. erick0334 (27.29 wpm) 6. alvaroricaldi (22.49 wpm) |
Accuracy | 91.0% |
Points | 11.01 |
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)()); |