View Pit Stop page for race #7 by yo_knop — Ghost race
View profile for yoKnop (yo_knop)
Official speed | 23.24 wpm (92.43 seconds elapsed during race) |
---|---|
Race Start | August 2, 2025 6:46:24pm UTC |
Race Finish | August 2, 2025 6:47:57pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 11.62 |
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)()); |