View Pit Stop page for race #10 by beppi — Ghost race
View profile for shrek (beppi)
Official speed | 28.62 wpm (75.05 seconds elapsed during race) |
---|---|
Race Start | July 7, 2025 7:05:33am UTC |
Race Finish | July 7, 2025 7:06:49am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 14.31 |
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)()); |