View Pit Stop page for race #237 by silmon — Ghost race
View profile for Silmon121 (silmon)
Official speed | 58.14 wpm (36.95 seconds elapsed during race) |
---|---|
Race Start | July 24, 2025 1:40:14pm UTC |
Race Finish | July 24, 2025 1:40:51pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 29.07 |
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)()); |