View Pit Stop page for race #54 by mohammad_jazza — Ghost race
View profile for Mohamed Y Jazza (mohammad_jazza)
Official speed | 36.83 wpm (58.32 seconds elapsed during race) |
---|---|
Race Start | May 28, 2025 11:35:01pm UTC |
Race Finish | May 28, 2025 11:36:00pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 18.41 |
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)()); |