View Pit Stop page for race #5 by leonidas_the_great — Ghost race
View profile for Leonidas (leonidas_the_great)
Official speed | 27.76 wpm (77.38 seconds elapsed during race) |
---|---|
Race Start | September 23, 2024 2:58:39am UTC |
Race Finish | September 23, 2024 2:59:56am UTC |
Outcome | No win (3 of 3) |
Opponents |
1. thelegendarygodray (32.91 wpm) 2. ayaseshu (29.18 wpm) |
Accuracy | 92.0% |
Points | 13.88 |
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)()); |