View Pit Stop page for race #1 by gavzzz — Ghost race
View profile for derp (gavzzz)
Official speed | 49.64 wpm (43.27 seconds elapsed during race) |
---|---|
Race Start | April 15, 2025 5:29:38am UTC |
Race Finish | April 15, 2025 5:30:21am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 24.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)()); |