View Pit Stop page for race #2 by zoonear — Ghost race
View profile for VEGA (zoonear)
Official speed | 33.83 wpm (63.49 seconds elapsed during race) |
---|---|
Race Start | June 7, 2025 3:14:44am UTC |
Race Finish | June 7, 2025 3:15:47am UTC |
Outcome | No win (2 of 6) |
Accuracy | 91.0% |
Points | 16.92 |
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)()); |