View Pit Stop page for race #5 by mcc_sasuke — Ghost race
View profile for Son (mcc_sasuke)
Official speed | 43.91 wpm (48.92 seconds elapsed during race) |
---|---|
Race Start | March 26, 2025 1:44:05pm UTC |
Race Finish | March 26, 2025 1:44:54pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 21.95 |
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)()); |