View Pit Stop page for race #8 by snayder123_ — Ghost race
View profile for Sneyder Nunjar (snayder123_)
Official speed | 17.80 wpm (120.67 seconds elapsed during race) |
---|---|
Race Start | June 28, 2025 5:45:07pm UTC |
Race Finish | June 28, 2025 5:47:07pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 87.0% |
Points | 8.90 |
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)()); |