View Pit Stop page for race #3 by yugplayz — Ghost race
View profile for yug (yugplayz)
Official speed | 19.63 wpm (109.42 seconds elapsed during race) |
---|---|
Race Start | June 20, 2025 5:27:46pm UTC |
Race Finish | June 20, 2025 5:29:35pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 9.82 |
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)()); |