View Pit Stop page for race #1123 by yellow_flashh — Ghost race
View profile for Ameesh (yellow_flashh)
Official speed | 36.57 wpm (58.74 seconds elapsed during race) |
---|---|
Race Start | April 28, 2025 12:29:39pm UTC |
Race Finish | April 28, 2025 12:30:38pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 18.28 |
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)()); |