View Pit Stop page for race #128 by snayder123_ — Ghost race
View profile for Sneyder Nunjar (snayder123_)
Official speed | 36.46 wpm (58.91 seconds elapsed during race) |
---|---|
Race Start | July 7, 2025 5:50:32pm UTC |
Race Finish | July 7, 2025 5:51:30pm UTC |
Outcome | No win (4 of 4) |
Accuracy | 92.0% |
Points | 18.23 |
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)()); |