View Pit Stop page for race #1 by gohanrebong2512atgmaildotcom — Ghost race
View profile for gohanrebong2512@gmail,com (gohanrebong2512atgmaildotcom)
Official speed | 31.12 wpm (69.02 seconds elapsed during race) |
---|---|
Race Start | November 18, 2024 3:06:55pm UTC |
Race Finish | November 18, 2024 3:08:04pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. seorsxm (30.35 wpm) |
Accuracy | 90.0% |
Points | 15.56 |
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)()); |