View Pit Stop page for race #43 by mohammad_jazza — Ghost race
View profile for Mohamed Y Jazza (mohammad_jazza)
Official speed | 35.13 wpm (61.14 seconds elapsed during race) |
---|---|
Race Start | May 28, 2025 11:08:09pm UTC |
Race Finish | May 28, 2025 11:09:11pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 17.57 |
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)()); |